secubox-deb/packages/secubox-zigbee/api/routers/__init__.py
CyberMind-FR bacb9fc01b feat(phase8): Add LXC-based application modules
Phase 8 Applications (LXC containers, no Docker):
- secubox-ollama: AI inference with Ollama
- secubox-jellyfin: Media server
- secubox-lyrion: LMS audio streaming
- secubox-zigbee: Zigbee2MQTT gateway
- secubox-localai: LocalAI inference
- secubox-domoticz: Home automation
- secubox-photoprism: Photo management
- secubox-homeassistant: Smart home hub

All modules include:
- LXC container management (Pattern 11)
- Shared sidebar + CRT theme (Pattern 12)
- FastAPI backend with JWT auth
- Systemd service units
- Debian packaging

Patterns documented:
- Pattern 11: LXC ONLY (never Docker/Podman)
- Pattern 12: Module Web UI Requirements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-28 09:41:15 +01:00

2 lines
1 B
Python