From 90eba803e5367c36492214999a7f32c471718b99 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Mon, 20 Jul 2026 15:02:38 +0200 Subject: [PATCH] post: commit 338422a in bojemoi --- .../commits/2026-07-20-commit-338422a.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-07-20-commit-338422a.md diff --git a/content/posts/commits/2026-07-20-commit-338422a.md b/content/posts/commits/2026-07-20-commit-338422a.md new file mode 100644 index 0000000..c9d40d1 --- /dev/null +++ b/content/posts/commits/2026-07-20-commit-338422a.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(opsec): désactiver Traefik dashboard insecure sur port 8080" +date: 2026-07-20T15:02:38+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 338422a par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `338422a` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `338422a10268d977ae51757c778c7c6b671faba4` | + + +### Description + +Supprime --api.insecure=true de la config Traefik. +Dashboard accessible uniquement via HTTPS + basicauth sur traefik.bojemoi.lab. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/00-service-boot.yml +``` + +### Diff Summary + +``` + stack/00-service-boot.yml | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) +```