Enabled OIDC for hoarder
This commit is contained in:
parent
8c392e0211
commit
7430ab20d2
@ -9,6 +9,9 @@ services:
|
||||
- 3000:3000
|
||||
env_file:
|
||||
- .env
|
||||
extra_hosts:
|
||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||
- bookmarks.thesatelliteoflove.com:172.20.0.5
|
||||
environment:
|
||||
MEILI_ADDR: http://meilisearch:7700
|
||||
DATA_DIR: /data
|
||||
|
@ -2,4 +2,8 @@ HOARDER_VERSION=release
|
||||
NEXTAUTH_SECRET={{ hoarder_nextauth_secret }}
|
||||
MEILI_MASTER_KEY={{ hoarder_meili_master_key }}
|
||||
NEXTAUTH_URL=https://bookmarks.thesatelliteoflove.com
|
||||
OPENAI_API_KEY={{ openai_api_key }}
|
||||
OPENAI_API_KEY={{ openai_api_key }}
|
||||
OAUTH_CLIENT_SECRET={{ hoarder_oidc_client_secret }}
|
||||
OAUTH_CLIENT_ID=GTi0QBRH5TiTqZfxfAkYSQVVFouGdlOFMc2sjivN
|
||||
OAUTH_PROVIDER_NAME=Authentik
|
||||
OAUTH_WELLKNOWN_URL=https://auth.thesatelliteoflove.com/application/o/hoarder/.well-known/openid-configuration
|
Loading…
Reference in New Issue
Block a user