summaryrefslogtreecommitdiff
path: root/templates/news.env.template
diff options
context:
space:
mode:
authorRATDAD <lambda@disroot.org>2026-03-14 19:09:51 -0400
committerRATDAD <lambda@disroot.org>2026-03-14 19:09:51 -0400
commitc4370a17dec7c1090c92efc195f6bd1188ba9bde (patch)
tree9e421f1f16ea409865a371adb4902e604ec5f299 /templates/news.env.template
parent2578d12ea47d10130472a845244e4aaac48897cb (diff)
downloadrd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.tar.gz
rd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.tar.bz2
rd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.zip
refactor: alter the position of environment files and container routingdev
Diffstat (limited to 'templates/news.env.template')
-rw-r--r--templates/news.env.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/news.env.template b/templates/news.env.template
new file mode 100644
index 0000000..7d43b30
--- /dev/null
+++ b/templates/news.env.template
@@ -0,0 +1,24 @@
+# GENERAL
+TRUSTED_PROXY=172.18.0.0/16 172.19.0.0/16
+ADMIN_EMAIL=admin@${DOMAIN}
+BASE_URL=https://news.${DOMAIN}:443
+SERVER_DNS=news.${DOMAIN}
+
+# DB
+DB_HOST=
+DB_BASE=
+DB_USER=
+DB_PASSWORD=
+
+# OIDC
+OIDC_ENABLED=1
+OIDC_PROVIDER_METADATA_URL=https://iam./.well-known/openid-configuration
+OIDC_CLIENT_ID=
+OIDC_CLIENT_SECRET=
+OIDC_CLIENT_CRYPTO_KEY=
+OIDC_REMOTE_USER_CLAIM=
+OIDC_SCOPES=
+OIDC_X_FORWARDED_HEADERS=
+OIDC_SESSION_INACTIVITY_TIMEOUT=
+OIDC_SESSION_MAX_DURATION=
+OIDC_SESSION_TYPE=