From 553e2f8898c33b3d4e0c822d74cb9b46c59e9ab7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 15 May 2026 13:46:01 +0200 Subject: [PATCH] =?UTF-8?q?docs(deployment):=20add=20observability=20secre?= =?UTF-8?q?ts=20to=20=C2=A73.3=20Gitea=20secrets=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GRAFANA_ADMIN_PASSWORD, GLITCHTIP_SECRET_KEY, and SENTRY_DSN were referenced in the workflow env files but absent from the secrets table, leaving the first-run operator without a complete checklist. Co-Authored-By: Claude Sonnet 4.6 --- docs/DEPLOYMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 32e47798..b6845cf3 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -223,6 +223,9 @@ git.raddatz.cloud A | `MAIL_PORT` | release.yml | typically `587` | | `MAIL_USERNAME` | release.yml | SMTP user | | `MAIL_PASSWORD` | release.yml | SMTP password | +| `GRAFANA_ADMIN_PASSWORD` | both | Grafana `admin` login โ€” generate a strong password | +| `GLITCHTIP_SECRET_KEY` | both | Django secret key โ€” `openssl rand -hex 32` | +| `SENTRY_DSN` | both | GlitchTip project DSN โ€” set after first-run (ยง4); leave empty to keep Sentry disabled | ### 3.4 First deploy