docs: remove SMTP and webhook env vars (configured via Admin UI only)
Made-with: Cursor
This commit is contained in:
@@ -244,15 +244,6 @@ trek.yourdomain.com {
|
||||
| `OIDC_CLIENT_SECRET` | OIDC client secret | — |
|
||||
| `OIDC_DISPLAY_NAME` | Label shown on the SSO login button | `SSO` |
|
||||
| `OIDC_ONLY` | Disable local password auth entirely (first SSO login becomes admin) | `false` |
|
||||
| **SMTP** | *Also configurable from Admin > Settings > Notifications* | |
|
||||
| `SMTP_HOST` | SMTP server hostname | — |
|
||||
| `SMTP_PORT` | SMTP port (`587` for STARTTLS, `465` for SSL) | — |
|
||||
| `SMTP_USER` | SMTP username | — |
|
||||
| `SMTP_PASS` | SMTP password | — |
|
||||
| `SMTP_FROM` | Sender address for notification emails | — |
|
||||
| `SMTP_SKIP_TLS_VERIFY` | Skip TLS certificate verification (self-signed certs) | `false` |
|
||||
| **Webhook** | *Also configurable from Admin > Settings > Notifications* | |
|
||||
| `NOTIFICATION_WEBHOOK_URL` | Discord or Slack webhook URL for notifications | — |
|
||||
| **Other** | | |
|
||||
| `DEMO_MODE` | Enable demo mode (hourly data resets) | `false` |
|
||||
|
||||
|
||||
@@ -41,20 +41,6 @@ services:
|
||||
# Set true to disable local password auth entirely (SSO only)
|
||||
# - OIDC_ONLY=false
|
||||
|
||||
## ── SMTP (email notifications) ──────────────────────────────
|
||||
## Can also be configured from Admin > Settings > Notifications
|
||||
# - SMTP_HOST=smtp.example.com
|
||||
# - SMTP_PORT=587
|
||||
# - SMTP_USER=trek@example.com
|
||||
# - SMTP_PASS=secret
|
||||
# - SMTP_FROM=trek@example.com
|
||||
# Skip TLS certificate verification (self-signed certs)
|
||||
# - SMTP_SKIP_TLS_VERIFY=false
|
||||
|
||||
## ── Webhook (Discord / Slack notifications) ─────────────────
|
||||
## Can also be configured from Admin > Settings > Notifications
|
||||
# - NOTIFICATION_WEBHOOK_URL=https://discord.com/api/webhooks/...
|
||||
|
||||
## ── Demo mode (resets data hourly) ──────────────────────────
|
||||
# - DEMO_MODE=false
|
||||
volumes:
|
||||
|
||||
@@ -24,16 +24,5 @@ LOG_LEVEL=info
|
||||
# OIDC_ADMIN_CLAIM=groups
|
||||
# OIDC_ADMIN_VALUE=app-trek-admins
|
||||
|
||||
# ── SMTP (email notifications) ─────────────────────────────────
|
||||
# SMTP_HOST=smtp.example.com
|
||||
# SMTP_PORT=587
|
||||
# SMTP_USER=trek@example.com
|
||||
# SMTP_PASS=secret
|
||||
# SMTP_FROM=trek@example.com
|
||||
# SMTP_SKIP_TLS_VERIFY=false
|
||||
|
||||
# ── Webhook (Discord / Slack notifications) ────────────────────
|
||||
# NOTIFICATION_WEBHOOK_URL=https://discord.com/api/webhooks/...
|
||||
|
||||
# ── Demo ───────────────────────────────────────────────────────
|
||||
# DEMO_MODE=false
|
||||
|
||||
Reference in New Issue
Block a user