From b0e98ab700468c403d3906669a009b932b063da5 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 26 Feb 2026 13:13:46 +0100 Subject: [PATCH] post: commit a302a34 in bojemoi --- .../commits/2026-02-26-commit-a302a34.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-02-26-commit-a302a34.md diff --git a/content/posts/commits/2026-02-26-commit-a302a34.md b/content/posts/commits/2026-02-26-commit-a302a34.md new file mode 100644 index 0000000..29500b6 --- /dev/null +++ b/content/posts/commits/2026-02-26-commit-a302a34.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] alertmanager,bridge: fix SMTP auth after Proton session expiry" +date: 2026-02-26T13:13:46+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit a302a34 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `a302a34` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `a302a34a0c4ac9160850de55d98552dde96296f7` | + + +### Description + +- Update SMTP password in alertmanager.yml (new bridge session) +- Fix smtp_from address and switch to insecure_skip_verify for internal TLS +- Simplify entrypoint-protonmail.sh: remove auto-login logic, rely on vault +- Update SMTP password comment in stack for reference + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M entrypoint-protonmail.sh +M stack/01-service-hl.yml +M volumes/alertmanager/alertmanager.yml +``` + +### Diff Summary + +``` + entrypoint-protonmail.sh | 84 ++++++++++++----------------------- + stack/01-service-hl.yml | 2 +- + volumes/alertmanager/alertmanager.yml | 8 ++-- + 3 files changed, 33 insertions(+), 61 deletions(-) +```