fix
This commit is contained in:
@@ -22,15 +22,13 @@ in {
|
||||
extraEnv = {
|
||||
CRON_MIN = "5,35";
|
||||
TRUSTED_PROXY = "10.0.0.0/8 192.168.0.1/16";
|
||||
PUBLISHED_PORT = "80";
|
||||
LISTEN = "80";
|
||||
|
||||
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_CLIENT_ID = "freshrss";
|
||||
OIDC_SCOPES = "openid profile";
|
||||
OIDC_X_FORWARDED_HEADERS = "X-Forwarded-Host X-Forwarded-Port X-Forwarded-Proto";
|
||||
OIDC_CLIENT_SECRET = "123"; #SECRET
|
||||
# OIDC_CLIENT_CRYPTO_KEY = "123"; #SECRET
|
||||
};
|
||||
|
||||
overrides = {
|
||||
|
||||
Reference in New Issue
Block a user