Add 62 blog posts generated from git commit history
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s

One-shot import of all bojemoi repo commits as Hugo posts.
Each post includes metadata, files changed, and diff stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Betty
2026-02-17 14:16:05 +01:00
parent eafc75fd5e
commit 7ac1bd5f4f
62 changed files with 2909 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
---
title: "Remove unnecessary port exports and add Traefik routing"
date: 2026-02-04T21:20:56+01:00
draft: false
tags: ["commit", "bojemoi", "stack"]
categories: ["Git Activity"]
summary: "Commit 068a03f par Betty — 2 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `068a03f`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `068a03f9753410116aa99e9e96d3c16b4d742cb8` |
| **Date** | 2026-02-04 |
### Description
- Remove exposed ports for services accessible via Traefik proxy:
- grafana, prometheus, alertmanager, cadvisor, orchestrator, tempo API
- loki, alloy, suricata-exporter (internal services)
- rsync-master, zaproxy, karacho-blockchain, faraday
- Add Traefik configuration for pentest services:
- zaproxy → zap.bojemoi.lab
- karacho-blockchain → karacho.bojemoi.lab
- nuclei-api → nuclei.bojemoi.lab
- Keep essential ports: postgres (5432), postfix (25),
protonmail-bridge (1025/1143), tempo OTLP (4317/4318/9411),
node-exporter (9100 host mode)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
### Fichiers modifiés
```
M stack/01-service-hl.yml
M stack/40-service-borodino.yml
```
### Statistiques
```
2 files changed, 164 insertions(+), 45 deletions(-)
```