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,57 @@
---
title: "Fix various service issues: Faraday auth, borodino startup, Razvedka DB, Vigie alerts"
date: 2026-02-14T15:37:56+01:00
draft: false
tags: ["commit", "bojemoi", "fix", "stack", "borodino"]
categories: ["Git Activity"]
summary: "Commit 26fe30f par Betty — 11 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `26fe30f`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `26fe30f47064d213204b16ba582b2fb180f7246e` |
| **Date** | 2026-02-14 |
### Description
- borodino/ak47: Add PostgreSQL readiness retry loop instead of failing silently
- medved: Switch Faraday auth from API token to session-based login, fix API
endpoint trailing slashes, add proper cookie caching
- razvedka/db: Fix migration order (column migration before table creation),
wrap ALTER TABLE in existence check
- vigie/alerter: Cast chat_id to int, add error response logging
- stack/01: Remove suricata Docker configs (use bind mounts, rules exceed 4MB limit)
- stack/40: Reduce borodino max_replicas_per_node to 3, disable uzi (0 replicas)
- stack/45-razvedka: Remove deprecated stack file (replaced by 46)
- stack/65-medved: Switch from token to user/password auth for Faraday
- scripts/startover.sh: Fix telegram/medved stack paths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
### Fichiers modifiés
```
M borodino/thearm_ak47
M medved/honeypot/config.py
M medved/honeypot/faraday_reporter.py
A razvedka/auth_helper.py
M razvedka/razvedka/db.py
M scripts/startover.sh
M stack/01-service-hl.yml
M stack/40-service-borodino.yml
D stack/45-service-razvedka.yml
M stack/65-service-medved.yml
M vigie/vigie/alerter.py
```
### Statistiques
```
11 files changed, 168 insertions(+), 125 deletions(-)
```