Homelab AI Memory — Zentrale Doku, Configs, Hausmeister-Bot, MCP-Server. Cursor auf pve-hetzner.
Standalone bot @arakawa_concierge_bot that silently records configured group chats into SQLite (FTS5). Phase 1 — capture only, no LLM, no auto-replies. Reads token + chat allowlist from /opt/chatlogger/env (NOT in git). Runs as systemd unit chatlogger-bot.service on CT 116 sharing /opt/bot-venv with the hausmeister-bot. - chatlogger_bot.py: telegram polling, message/edit handlers, admin cmds (/whichchat, /log_status, /recent, /search) — silent in groups - store.py: SQLite schema + FTS5 search + edit audit - query.py: CLI (recent, search, stats, chats, since, export JSONL) - chatlogger-bot.service: systemd unit, hardened (ProtectSystem=strict) - env.example, README.md Tested live: message 'hallo' from -1003924901022 stored, retrieved via CLI within seconds. Group privacy must be off in BotFather. |
||
|---|---|---|
| arakava-news | ||
| chatlogger | ||
| edelmetall | ||
| embedded | ||
| esp32 | ||
| flugpreisscanner | ||
| fuenfvoacht | ||
| fuenfvoracht | ||
| homelab-ai-bot | ||
| infrastructure | ||
| ki-video | ||
| redakteur | ||
| redax-wp | ||
| scripts | ||
| sessions | ||
| smart-home | ||
| .cursorrules | ||
| .gitignore | ||
| AGENTS.md | ||
| hardware-ai-local-coding.md | ||
| homelab.conf | ||
| MASTER_INDEX.md | ||
| README.md | ||
| VISION.md | ||
homelab-brain
Externes Gedächtnis für das Orbitalo Homelab.
Optimiert für KI-Assistenten — minimaler Kontext beim Start, Details nur bei Bedarf.
Für KI-Assistenten
Immer zuerst .cursorrules lesen — dann nur den einen relevanten STATE.md Doc.
Nie mehr als 1-2 Dateien gleichzeitig laden.
Struktur
.cursorrules ← Router (20 Zeilen) — immer zuerst lesen
MASTER_INDEX.md ← Übersicht wenn Projekt unklar
infrastructure/STATE.md ← Server, Container, alle IPs
arakava-news/STATE.md ← WordPress + RSS Manager
edelmetall/STATE.md ← Gold/Silber Dashboard
smart-home/STATE.md ← ioBroker, Grafana, Backup
esp32/PLAN.md ← Hardware-Projekte (statisch)
scripts/sync-state.sh ← Auto-Sync (läuft täglich 03:00)
scripts/setup.sh ← Einmalig einrichten
Auto-Sync einrichten
ssh root@100.88.230.59
bash <(curl -s https://raw.githubusercontent.com/Orbitalo/homelab-brain/main/scripts/setup.sh)
Die STATE.md Dateien werden danach täglich automatisch aktualisiert.