From c7f1fc9e372cf5fa1508e3e30ac56cc51066288d Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 24 Feb 2026 13:33:54 +0100 Subject: [PATCH] post: commit cfe9eaf in bojemoi --- .../commits/2026-02-24-commit-cfe9eaf.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 content/posts/commits/2026-02-24-commit-cfe9eaf.md diff --git a/content/posts/commits/2026-02-24-commit-cfe9eaf.md b/content/posts/commits/2026-02-24-commit-cfe9eaf.md new file mode 100644 index 0000000..8a362ef --- /dev/null +++ b/content/posts/commits/2026-02-24-commit-cfe9eaf.md @@ -0,0 +1,46 @@ +--- +title: "[bojemoi] protonmail-bridge: fix libfido2, add auto-login via secrets" +date: 2026-02-24T13:33:54+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit cfe9eaf par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `cfe9eaf` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `cfe9eafa51768b67d15c13ba486c61d2391da2e3` | + + +### Description + +- Add libfido2-1 and expect to image (bridge v3.22.0 requires libfido2) +- Replace entrypoint with auto-login script using Docker secrets + (proton_username, proton_password) via expect CLI automation +- GPG key + pass store initialized on first run from /root volume +- Mount proton_username and proton_password secrets in stack service + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A Dockerfile.protonmail-bridge +A entrypoint-protonmail.sh +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + Dockerfile.protonmail-bridge | 8 ++++++ + entrypoint-protonmail.sh | 62 ++++++++++++++++++++++++++++++++++++++++++++ + stack/01-service-hl.yml | 3 +++ + 3 files changed, 73 insertions(+) +```