fix(blog): corriger escapes YAML invalides dans 3 commits (lot 2)
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5m48s

This commit is contained in:
Betty
2026-07-22 17:28:16 +02:00
parent b8a1cadd92
commit 2450a46406
3 changed files with 5 additions and 5 deletions

View File

@@ -20,9 +20,9 @@ author: "Betty"
### Description
- Grafana datasources: remplacer \${POSTGRES_PASSWORD} par \$__file{/run/secrets/postgres_password}
- Grafana datasources: remplacer ${POSTGRES_PASSWORD} par $__file{/run/secrets/postgres_password}
pour PostgreSQL-MSF et PostgreSQL-ThreatIntel (la var d'env était vide → no data)
- Sentinel DB: utiliser \$__file{/run/secrets/sentinel_pg_pass}
- Sentinel DB: utiliser $__file{/run/secrets/sentinel_pg_pass}
- Ajouter sentinel_pg_pass aux secrets Grafana
- Bump config grafana-datasources_v5 → v6 (Docker configs immuables)
- postfix-exporter: ajouter règle rsyslog (postfix_rsyslog_maillog Docker config)