summaryrefslogtreecommitdiff
path: root/stacks/news/run.env.example
diff options
context:
space:
mode:
authorRATDAD <lambda@disroot.org>2026-03-06 02:05:52 -0500
committerRATDAD <lambda@disroot.org>2026-03-06 02:05:52 -0500
commit2578d12ea47d10130472a845244e4aaac48897cb (patch)
tree3dc5ba45a79006d549cb9e551724a6a5d19f71b4 /stacks/news/run.env.example
parent88ba319238bb4af0106bc1a83fbbb1963af88fe1 (diff)
downloadrd-cloud-2578d12ea47d10130472a845244e4aaac48897cb.tar.gz
rd-cloud-2578d12ea47d10130472a845244e4aaac48897cb.tar.bz2
rd-cloud-2578d12ea47d10130472a845244e4aaac48897cb.zip
checkpoint: development state
Diffstat (limited to 'stacks/news/run.env.example')
-rw-r--r--stacks/news/run.env.example34
1 files changed, 0 insertions, 34 deletions
diff --git a/stacks/news/run.env.example b/stacks/news/run.env.example
deleted file mode 100644
index 6ccba27..0000000
--- a/stacks/news/run.env.example
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-#
-# 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=