From d14579059571996dcbb80b9c9cfc1eec95e685f4 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 9 Apr 2026 21:55:48 +0200 Subject: [PATCH] post: push 2 commit(s) to bojemoi/main --- .../2026-04-09-push-bojemoi-main-0699664.md | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 content/posts/pushes/2026-04-09-push-bojemoi-main-0699664.md diff --git a/content/posts/pushes/2026-04-09-push-bojemoi-main-0699664.md b/content/posts/pushes/2026-04-09-push-bojemoi-main-0699664.md new file mode 100644 index 0000000..47b3323 --- /dev/null +++ b/content/posts/pushes/2026-04-09-push-bojemoi-main-0699664.md @@ -0,0 +1,67 @@ +--- +title: "[bojemoi] Push 2 commit(s) to main" +date: 2026-04-09T21:55:44+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 + +- **0699664** feat: multi-service updates — nuclei API, nym-proxy, grafana reorg, prometheus rules (Betty) +- **10af16e** feat(redirector): OPSEC hardening — Let's Encrypt + header suppression + MSF keepalive (Betty) + + +### Diff Summary + +``` + .claude/commands/opsec-check.md | 242 +++++ + .claude/commands/topology.md | 150 +++ + borodino/osint_lookup.py | 23 +- + borodino/redirector/Dockerfile | 14 +- + borodino/redirector/entrypoint.sh | 54 +- + borodino/redirector/nginx.conf | 21 +- + borodino/start_msf_server.sh | 37 +- + borodino/thearm_ak47 | 3 +- + borodino/thearm_bm12 | 19 +- + borodino/thearm_logpull | 19 +- + borodino/thearm_nuclei | 19 +- + nym-proxy/Dockerfile | 19 + + nym-proxy/entrypoint.sh | 24 + + oblast-1/Dockerfile.oblast-1 | 10 +- + oblast-1/zap_scanner.py | 26 +- + samsonov/Dockerfile.nuclei | 1 + + samsonov/nuclei_api/Dockerfile | 24 + + samsonov/nuclei_api/entrypoint.sh | 28 + + samsonov/nuclei_api/main.py | 34 +- + samsonov/nuclei_api/requirements.txt | 6 + + scripts/cccp.sh | 474 +++++---- + stack/02-service-maintenance.yml | 31 + + stack/41-service-nym.yml | 67 ++ + tsushima/masscan_msf_script.py | 26 +- + volumes/alloy/config/config.alloy | 2 +- + .../dashboards/general/loki-stack-monitoring.json | 239 +++++ + .../grafana/dashboards/general/nvidia-dcgm.json | 804 ++++++++++++++ + .../dashboards/pentest/pentest-overview.json | 187 +++- + .../grafana/dashboards/pentest/scan-results.json | 1112 +++++++++++++++++--- + .../dashboards/pentest/vuln-management.json | 766 ++++++++++++++ + .../{ => security}/dashboard-security-minimal.json | 0 + .../dashboards/{ => security}/sentinel.json | 0 + .../grafana/dashboards/{ => security}/vigie.json | 0 + .../grafana/provisioning/dashboards/dashboards.yml | 12 +- + volumes/prometheus/prometheus.yml | 17 + + volumes/prometheus/rules/alert_rules.yml | 15 +- + volumes/prometheus/rules/alerts.yml | 28 +- + 37 files changed, 4064 insertions(+), 489 deletions(-) +```