docs: project docs, scripts, deployment configs, and evidence

This commit is contained in:
2026-04-02 11:22:17 +08:00
parent 4718980ab5
commit bbeeb63dfa
396 changed files with 165018 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Alertmanager notification channel injection example.
# Production should source these values from a secrets manager, CI/CD secret store,
# or environment-specific secure deployment mechanism.
ALERTMANAGER_DEFAULT_TO=ops@example.com
ALERTMANAGER_CRITICAL_TO=oncall-critical@example.com
ALERTMANAGER_WARNING_TO=oncall-warning@example.com
ALERTMANAGER_FROM=alertmanager@example.com
ALERTMANAGER_SMARTHOST=smtp.example.com:587
ALERTMANAGER_AUTH_USERNAME=alertmanager@example.com
ALERTMANAGER_AUTH_PASSWORD=replace-with-secret