From 262e3f8f46db69897ec9fa8559b30171f5ed6ee2 Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 17 Apr 2026 13:19:58 +0200 Subject: [PATCH] post: commit 4e1f103 in bojemoi --- .../commits/2026-04-17-commit-4e1f103.md | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 content/posts/commits/2026-04-17-commit-4e1f103.md diff --git a/content/posts/commits/2026-04-17-commit-4e1f103.md b/content/posts/commits/2026-04-17-commit-4e1f103.md new file mode 100644 index 0000000..73bbfaf --- /dev/null +++ b/content/posts/commits/2026-04-17-commit-4e1f103.md @@ -0,0 +1,68 @@ +--- +title: "[bojemoi] chore: exclude postgres SSL certs + remove obsolete scripts" +date: 2026-04-17T13:19:58+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4e1f103 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `4e1f103` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `4e1f103ac7d679c59333e5c470d3d40a586c5ef2` | + + +### Description + +- .gitignore: add volumes/postgres/ssl/ (private keys) +- scripts: rm 14 obsolete files (v1 backups, .export snapshots, + Faraday migration scripts, test stubs, duplicate versions) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .gitignore +D scripts/cccp-v2.sh +D scripts/cccp.sh.1 +D scripts/check_image_v1.py +D scripts/import_2_faraday.py +D scripts/mockba-v1.sh +D scripts/orchestrator-zap-nuclei-faraday.sh +D scripts/stack_armement.export +D scripts/stack_base.export +D scripts/stack_faraday.export +D scripts/stack_masscan.export +D scripts/stack_owasp.export +D scripts/test_deploiement.sh +D scripts/test_reso.sh +D scripts/test_wget.sh +``` + +### Diff Summary + +``` + .gitignore | 1 + + scripts/cccp-v2.sh | 195 ------------- + scripts/cccp.sh.1 | 138 --------- + scripts/check_image_v1.py | 451 ----------------------------- + scripts/import_2_faraday.py | 118 -------- + scripts/mockba-v1.sh | 114 -------- + scripts/orchestrator-zap-nuclei-faraday.sh | 154 ---------- + scripts/stack_armement.export | 113 -------- + scripts/stack_base.export | 431 --------------------------- + scripts/stack_faraday.export | 51 ---- + scripts/stack_masscan.export | 42 --- + scripts/stack_owasp.export | 66 ----- + scripts/test_deploiement.sh | 10 - + scripts/test_reso.sh | 6 - + scripts/test_wget.sh | 48 --- + 15 files changed, 1 insertion(+), 1937 deletions(-) +```