From 38b1846438c3010d314591a8b9a48d17679ed5f5 Mon Sep 17 00:00:00 2001 From: Ishan Karmakar Date: Mon, 8 Jun 2026 02:08:31 +0000 Subject: [PATCH] Enable authentik OAuth --- docker-compose.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c1f4517..d393ace 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -65,15 +65,15 @@ services: MASTODON_CLIENT_SECRET: '' # === OAuth & Authentik Settings - # NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: 'Authentik' - # NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: 'https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png' - # POSTIZ_GENERIC_OAUTH: 'false' - # POSTIZ_OAUTH_URL: 'https://auth.example.com' - # POSTIZ_OAUTH_AUTH_URL: 'https://auth.example.com/application/o/authorize' - # POSTIZ_OAUTH_TOKEN_URL: 'https://auth.example.com/application/o/token' - # POSTIZ_OAUTH_USERINFO_URL: 'https://authentik.example.com/application/o/userinfo' - # POSTIZ_OAUTH_CLIENT_ID: '' - # POSTIZ_OAUTH_CLIENT_SECRET: '' + NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: 'Authentik' + NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: 'https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png' + POSTIZ_GENERIC_OAUTH: 'true' + POSTIZ_OAUTH_URL: 'https://authentik.vyntehome.com' + POSTIZ_OAUTH_AUTH_URL: 'https://authentik.vyntehome.com/application/o/authorize' + POSTIZ_OAUTH_TOKEN_URL: 'https://authentik.vyntehome.com/application/o/token' + POSTIZ_OAUTH_USERINFO_URL: 'https://authentik.vyntehome.com/application/o/userinfo' + POSTIZ_OAUTH_CLIENT_ID: ${POSTIZ_OAUTH_CLIENT_ID} + POSTIZ_OAUTH_CLIENT_SECRET: ${POSTIZ_OAUTH_CLIENT_SECRET} # POSTIZ_OAUTH_SCOPE: "openid profile email" # Optional: uncomment to override default scope # === Sentry