diff options
Diffstat (limited to 'stacks/news/run.env.example')
| -rw-r--r-- | stacks/news/run.env.example | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/stacks/news/run.env.example b/stacks/news/run.env.example new file mode 100644 index 0000000..6ccba27 --- /dev/null +++ b/stacks/news/run.env.example @@ -0,0 +1,34 @@ +# +# +# Stack Runtime Variables +ADMIN_EMAIL= + +# General Settings +# Formatted +BASE_URL=https://sub.main.tld/subdir(?) +SERVER_DNS= +TZ= +CRON_MIN=2,32 +FRESHRSS_ENV=production +LISTEN=0.0.0.0:80 +# Put the reverse proxy's docker ip range here--v +TRUSTED_PROXY= + +# Database +POSTGRES_USER= +POSTGRES_PASSWORD= +# Put the name of the docker container for the database here--v +DB_HOST= + +# OIDC Provider +OIDC_ENABLED=0 +OIDC_PROVIDER_METADATA_URL= +OIDC_CLIENT_ID= +OIDC_CLIENT_SECRET= +OIDC_CLIENT_CRYPTO_KEY= +OIDC_REMOTE_USER_CLAIM=preferred_username +OIDC_SCOPES=openid groups email profile +OIDC_X_FORWARDED_HEADERS=X-Forwarded-Host X-Forwarded-Port X-Forwarded-Proto +# OIDC_SESSION_INACTIVITY_TIMEOUT= +# OIDC_SESSION_MAX_DURATION= +# OIDC_SESSION_TYPE= |
