--- 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(-) ```