This commit is contained in:
soraefir
2026-06-01 22:57:52 +02:00
parent c1e9dfc42a
commit d257687629

View File

@@ -23,7 +23,7 @@ in {
CRON_MIN = "5,35"; CRON_MIN = "5,35";
TRUSTED_PROXY = "10.0.0.0/8 192.168.0.1/16"; TRUSTED_PROXY = "10.0.0.0/8 192.168.0.1/16";
LISTEN = "80"; LISTEN = "80";
OIDC_ENABLED = "1";
OIDC_PROVIDER_METADATA_URL = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}/application/o/freshrss/.well-known/openid-configuration"; OIDC_PROVIDER_METADATA_URL = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}/application/o/freshrss/.well-known/openid-configuration";
OIDC_REMOTE_USER_CLAIM = "preferred_username"; OIDC_REMOTE_USER_CLAIM = "preferred_username";
OIDC_CLIENT_ID = "freshrss"; OIDC_CLIENT_ID = "freshrss";