From 754080083d10e0bfa633a45f01d9a04123969a48 Mon Sep 17 00:00:00 2001 From: RATDAD Date: Sun, 15 Feb 2026 15:35:12 -0500 Subject: Added FreshRSS container --- stacks/news/run.env.example | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 stacks/news/run.env.example (limited to 'stacks/news/run.env.example') 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= -- cgit v1.2.3-70-g09d2