🐳 Major: Standalone Docker Image
Fixed critical issue where standalone Docker deployment was failing with bashio errors (#28).
New: The project now builds TWO distinct Docker images:
ghcr.io/noiwid/familylink-auth:latest- For Home Assistant OS/Supervised (with bashio)ghcr.io/noiwid/familylink-auth:standalone- For standalone Docker (pure Docker, no HA dependencies)
What changed:
- Added
Dockerfile.standalone- Clean Debian-based image without Home Assistant dependencies - Updated CI/CD to build both images automatically
- Users can now simply pull
ghcr.io/noiwid/familylink-auth:standaloneinstead of building locally
For standalone users: Update your docker-compose.yml to use the :standalone tag:
image: ghcr.io/noiwid/familylink-auth:standalone