diff --git a/content/posts/commits/2026-05-20-commit-9d5307c.md b/content/posts/commits/2026-05-20-commit-9d5307c.md new file mode 100644 index 0000000..c770b94 --- /dev/null +++ b/content/posts/commits/2026-05-20-commit-9d5307c.md @@ -0,0 +1,48 @@ +--- +title: "[bojemoi] feat(toolbox): container outil Alpine+Python connecté à tous les networks et secrets" +date: 2026-05-20T11:18:15+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9d5307c par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9d5307c` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9d5307c2ce6257da7c85333e3af2474a9e81c3c0` | + + +### Description + +- toolbox/Dockerfile: python:3.12-alpine + psql, nmap, curl, jq, nc, redis-cli, + dig, ssh, vim + pip psycopg2/requests/httpx/redis/rich/pydantic +- stack/98-service-toolbox.yml: déployé sur manager, attaché aux 8 overlay networks + (backend/monitoring/mail/proxy/rsync_network/pentest/borodino_scan_net/iot), + 26 secrets montés dans /run/secrets/ +- helpers: msf-psql (accès direct DB msf) + secret +- .claude/commands/pipeline.md: skill /pipeline avec logs + requêtes DB par service + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A .claude/commands/pipeline.md +A stack/98-service-toolbox.yml +A toolbox/Dockerfile +``` + +### Diff Summary + +``` + .claude/commands/pipeline.md | 199 +++++++++++++++++++++++++++++++++++++++++++ + stack/98-service-toolbox.yml | 142 ++++++++++++++++++++++++++++++ + toolbox/Dockerfile | 41 +++++++++ + 3 files changed, 382 insertions(+) +```