• v0.1.0 6e6f6bb976

    v0.1.0 Stable

    ppfeiffer released this 2026-04-16 21:46:48 +02:00 | 17 commits to main since this release

    Erstes Release

    Neu

    • FastAPI + PostgreSQL + SQLAlchemy async
    • Paket-Ingestor: POST /api/v1/ingest mit X-API-Key-Auth
    • REST API: Pakete, Nodes, Admin-Endpoints (X-Admin-Key gesichert)
    • WebSocket /ws — Echtzeit-Broadcast eingehender Pakete
    • Web UI: Dashboard mit Live-Update, Nodes, Paket-Stream (Dark Theme)
    • Docker Compose mit PostgreSQL 16
    • Alembic-Migrations-Setup

    Verbindung mit meshcore-bot

    [HBMEIngestor]
    enabled = true
    api_url = http://localhost:8000/api/v1/ingest
    api_key = <erzeugter-key>
    preview_mode = false
    
    Downloads