All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 6s
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>
1.2 KiB
1.2 KiB
title, date, draft, tags, categories, summary, author
| title | date | draft | tags | categories | summary | author | |||
|---|---|---|---|---|---|---|---|---|---|
| [bojemoi_boot] Initial commit: Boot services stack | 2026-01-30T20:12:37+01:00 | false |
|
|
Commit c25997c par Betty — 0 0 fichier(s) modifié(s) | 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