Enabled OIDC for hoarder

This commit is contained in:
Phil 2024-10-10 17:03:45 -06:00
parent 8c392e0211
commit 7430ab20d2
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -3,3 +3,7 @@ NEXTAUTH_SECRET={{ hoarder_nextauth_secret }}
MEILI_MASTER_KEY={{ hoarder_meili_master_key }}
NEXTAUTH_URL=https://bookmarks.thesatelliteoflove.com
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