Files
blog/content/posts/commits/2026-01-30-bojemoi_boot-c25997c.md
Betty a027bcfb3d
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 6s
Add 25 blog posts from bojemoi_boot, bojemoi-telegram, bojemoi_ml-threat-intel
Generated commit history posts for 3 additional repos:
- bojemoi_boot: 4 commits
- bojemoi-telegram: 13 commits
- bojemoi_ml-threat-intel: 8 commits

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 14:24:12 +01:00

45 lines
1.2 KiB
Markdown

---
title: "[bojemoi_boot] Initial commit: Boot services stack"
date: 2026-01-30T20:12:37+01:00
draft: false
tags: ["commit", "bojemoi_boot"]
categories: ["Git Activity"]
summary: "Commit c25997c par Betty — 0
0 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `c25997c`
| | |
|---|---|
| **Repository** | bojemoi_boot |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `c25997cd4c0c2535469a553a7c8f8c94f82e0f4f` |
| **Date** | 2026-01-30 |
### Description
Add boot infrastructure services for bojemoi cluster:
- docker-socket-proxy: Security proxy for Docker API (read-only)
- registry: Docker registry on port 5000
- dnsmasq: DNS service on ports 53, 8080
- traefik: Reverse proxy on ports 80, 443
- image-pusher: One-shot service to populate registry from stack files
Includes push-images.sh script with image mappings:
- cadvisor -> gcr.io/cadvisor/cadvisor
- grafana -> grafana/grafana
- loki -> grafana/loki
- prometheus -> prom/prometheus
- alertmanager -> prom/alertmanager
- node-exporter -> prom/node-exporter
- postgres-exporter -> prometheuscommunity/postgres-exporter
- pgadmin4 -> dpage/pgadmin4
- postfix -> boky/postfix
- suricata -> jasonish/suricata
- alloy -> grafana/alloy
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>