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,47 @@
---
title: "Add connectivity skill: test external API and feed connections"
date: 2026-02-15T21:43:51+01:00
draft: false
tags: ["commit", "bojemoi", "feature"]
categories: ["Git Activity"]
summary: "Commit 6a1a266 par Betty — 1 fichier(s) modifié(s)"
author: "Betty"
---
## Commit `6a1a266`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Auteur** | Betty |
| **Hash** | `6a1a2662c443bd173a2ce1b9d74004474052816b` |
| **Date** | 2026-02-15 |
### Description
New /connectivity skill checks all external dependencies:
- 11 public feeds (CERT-FR, FireHOL, abuse.ch, IP-API, IPInfo, IPWhois)
- 5 authenticated APIs (VirusTotal, Shodan, AbuseIPDB, OTX, Anthropic)
- Telegram Bot validation
- Worker node egress (DNS + HTTPS)
Supports arguments: apis, feeds, telegram for targeted checks.
Reads secrets via SSH to worker nodes where containers run.
Also replaced 4 placeholder Docker secrets with real API keys
(vt_api_key, shodan_api_key, abuseipdb_api_key, otx_api_key).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
### Fichiers modifiés
```
A .claude/commands/connectivity.md
```
### Statistiques
```
1 file changed, 241 insertions(+)
```