57 lines
1.7 KiB
Markdown
57 lines
1.7 KiB
Markdown
---
|
|
title: "[bojemoi] refactor(stacks): consolider réseaux/configs dans boot, supprimer toolbox standalone"
|
|
date: 2026-06-01T16:10:46+02:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit 457e4b2 par Betty dans bojemoi"
|
|
author: "Betty"
|
|
---
|
|
|
|
## Commit `457e4b2`
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Repository** | bojemoi |
|
|
| **Branch** | `main` |
|
|
| **Author** | Betty |
|
|
| **Hash** | `457e4b29993e8df03f1e5e1103b1f9c67a493dea` |
|
|
|
|
|
|
### Description
|
|
|
|
- boot: ajoute telegram_net (overlay) + 14 configs (alertmanager, prometheus, loki,
|
|
tempo, alloy, grafana-ini, grafana-datasources, grafana-dashboards-provider,
|
|
postfix, provisioning_env, postgres_init_sql, rsync_rsyncd, rsync_jobs)
|
|
- 01-service-hl: rsync_network/mail → external; 14 configs → boot_* references
|
|
- borodino-msf: pentest → external (créé par boot)
|
|
- borodino: scan_net → external (créé par boot)
|
|
- sentinel: iot_network → external (créé par boot)
|
|
- telegram: telegram_net → external, name: telegram_telegram_net
|
|
- supprime 98-service-toolbox.yml (toolbox est dans le stack boot)
|
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
### Files Changed
|
|
|
|
```
|
|
M stack/01-service-hl.yml
|
|
M stack/39-service-borodino-msf.yml
|
|
M stack/40-service-borodino.yml
|
|
M stack/55-service-sentinel.yml
|
|
M stack/60-service-telegram.yml
|
|
D stack/98-service-toolbox.yml
|
|
```
|
|
|
|
### Diff Summary
|
|
|
|
```
|
|
stack/01-service-hl.yml | 49 ++++++++-----
|
|
stack/39-service-borodino-msf.yml | 3 +-
|
|
stack/40-service-borodino.yml | 2 +-
|
|
stack/55-service-sentinel.yml | 3 +-
|
|
stack/60-service-telegram.yml | 4 +-
|
|
stack/98-service-toolbox.yml | 142 --------------------------------------
|
|
6 files changed, 36 insertions(+), 167 deletions(-)
|
|
```
|