summaryrefslogtreecommitdiff
path: root/stacks/news/run.env.example
diff options
context:
space:
mode:
authorRATDAD <lambda@disroot.org>2026-02-15 15:35:12 -0500
committerRATDAD <lambda@disroot.org>2026-02-15 15:35:12 -0500
commit754080083d10e0bfa633a45f01d9a04123969a48 (patch)
tree2f7e78507d8b3109eab59c64c718f58215deff65 /stacks/news/run.env.example
parentbc9db6caed8983a6175de03b16f98cacb18c4576 (diff)
downloadrd-cloud-754080083d10e0bfa633a45f01d9a04123969a48.tar.gz
rd-cloud-754080083d10e0bfa633a45f01d9a04123969a48.tar.bz2
rd-cloud-754080083d10e0bfa633a45f01d9a04123969a48.zip
Added FreshRSS container
Diffstat (limited to 'stacks/news/run.env.example')
-rw-r--r--stacks/news/run.env.example34
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=