diff --git a/content/posts/commits/2026-06-30-commit-82aba29.md b/content/posts/commits/2026-06-30-commit-82aba29.md new file mode 100644 index 0000000..c0579c1 --- /dev/null +++ b/content/posts/commits/2026-06-30-commit-82aba29.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] fix: update remaining old path references after consolidation" +date: 2026-06-30T16:00:15+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 82aba29 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `82aba29` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `82aba2973556c5923f07ff7201757199cbe05a33` | + + +### Description + +- .claude/commands/swarm.md: boot stack path → stack/00-service-boot.yml +- volumes/swarm-backup/configs/boot_rsync_jobs: supprime jobs redondants (couverts par swarm_data) +- volumes/swarm-backup/configs/boot_rsync_rsyncd: supprime modules swarm_boot/telegram/ml_threat + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .claude/commands/swarm.md +A volumes/swarm-backup/configs/boot_rsync_jobs +A volumes/swarm-backup/configs/boot_rsync_rsyncd +``` + +### Diff Summary + +``` + .claude/commands/swarm.md | 2 +- + volumes/swarm-backup/configs/boot_rsync_jobs | 18 +++++++++++ + volumes/swarm-backup/configs/boot_rsync_rsyncd | 42 ++++++++++++++++++++++++++ + 3 files changed, 61 insertions(+), 1 deletion(-) +```