From b550111526a36e6f1cd173ca00a85fdc39288bb4 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 5 Apr 2026 00:49:11 +0200 Subject: [PATCH] post: push 2 commit(s) to bojemoi/main --- .../2026-04-05-push-bojemoi-main-24c1a17.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/posts/pushes/2026-04-05-push-bojemoi-main-24c1a17.md diff --git a/content/posts/pushes/2026-04-05-push-bojemoi-main-24c1a17.md b/content/posts/pushes/2026-04-05-push-bojemoi-main-24c1a17.md new file mode 100644 index 0000000..ac3680d --- /dev/null +++ b/content/posts/pushes/2026-04-05-push-bojemoi-main-24c1a17.md @@ -0,0 +1,37 @@ +--- +title: "[bojemoi] Push 2 commit(s) to main" +date: 2026-04-05T00:48:14+02:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 2 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 2 | +| **Pushed by** | Betty | + +### Commits + +- **24c1a17** feat(grafana): dashboards bind mount + scan-results dashboard + config swap fix (Betty) +- **454674c** feat(redirector): Loki log drain via VPN (Betty) + + +### Diff Summary + +``` + borodino/redirector/Dockerfile | 2 + + borodino/redirector/entrypoint.sh | 13 +- + borodino/redirector/loki-shipper.py | 73 ++ + stack/01-service-hl.yml | 26 +- + .../grafana/dashboards/pentest/scan-results.json | 202 +++++ + .../grafana/provisioning/dashboards/dashboards.yml | 838 +-------------------- + .../provisioning/datasources/datasources.yml | 18 + + 7 files changed, 339 insertions(+), 833 deletions(-) +```