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,42 @@
---
title: "Fix postfix config lock and Loki out-of-order write issues"
date: 2026-01-27T14:51:12+01:00
draft: false
tags: ["commit", "bojemoi", "fix", "stack", "config"]
categories: ["Git Activity"]
summary: "Commit 2f0bdc4 par Betty — 2 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `2f0bdc4`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `2f0bdc4ae6605ac12de356f41adbc9f7ae046f71` |
| **Date** | 2026-01-27 |
### Description
- Remove Docker config mount for postfix main.cf (read-only configs
conflict with postconf which modifies the file at runtime)
- Enable unordered_writes in Loki to accept out-of-order log entries
- Increase Loki max_chunk_age to 24h for better late entry handling
- Enable WAL in Loki ingester for improved durability
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
### Fichiers modifiés
```
M stack/01-service-hl.yml
M volumes/loki/loki-config.yml
```
### Statistiques
```
2 files changed, 11 insertions(+), 5 deletions(-)
```