-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththings
23 lines (18 loc) · 782 Bytes
/
things
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
docker system prune -a --volumes
docker volume prune --all
docker builder prune
export PATH=$PATH:/usr/bin/go/bin
#
client id HQrsYMEXnEksFCMQ1klvt85RIT3Jt8KHSd5uArn0
client secret DGChUUu9f82vhhfaBmEA1KrSPFYwuopTXktkvuOhnuyJt1yyXtjVe8bX9ondAylY0eavD5NxNYQ5z1tPt3pV6k5EAsq3t7x6gYzUT326Ktt8aZfRX92NAOFlGBpGOdOj
#
//Todo add redirect-uri restriction back in
https://37.27.87.77:8089/oa/callback
docker compose up --build notes
tO Reset Notes DB: sudo rm -rf ./data
manual setup in Authentik UI
1. Set Up Applikation
2. Set Up OAuth Provider (use confidential client for testing, then switch to pkce)
3. Set Up Registration Flow
4. Set Up custom Scope
5. Set Up https: Certs in Docker-Compose, Select them for the OAuth Provider, Import it as trusted CA to the GO HTTP Client