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,45 @@
---
title: "Fix Faraday service: local registry image, Redis connectivity, and reporter config"
date: 2026-02-11T14:39:07+01:00
draft: false
tags: ["commit", "bojemoi", "fix", "stack", "samsonov", "config"]
categories: ["Git Activity"]
summary: "Commit 30fe258 par Betty — 4 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `30fe258`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `30fe25816284cf1e4b7a5992157253b835d7d91a` |
| **Date** | 2026-02-11 |
### Description
- Use localhost:5000/faraday:latest instead of faradaysec/faraday:latest (workers have no internet)
- Fix Celery Redis URLs in server.ini (redis -> redis://redis:6379/0)
- Fix REDIS_SERVER env var (redis.bojemoi.lab -> redis service name)
- Fix reporter config: use Traefik URL, set default workspace to honeypot
- Fix config.json: remove invalid JSON comments
- Fix plugin_faraday.py: handle paginated workspace response, add verify=False for self-signed certs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
### Fichiers modifiés
```
M samsonov/pentest_orchestrator/config/config.json
M samsonov/pentest_orchestrator/plugins/plugin_faraday.py
M stack/40-service-borodino.yml
M volumes/faraday/config/server.ini
```
### Statistiques
```
4 files changed, 13 insertions(+), 14 deletions(-)
```