Skip to content

v0.9.2 - Standalone Docker Support & Doc Fixes

Choose a tag to compare

@noiwid noiwid released this 25 Nov 12:46
· 211 commits to main since this release
fb502d6

🐳 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:standalone instead of building locally

For standalone users: Update your docker-compose.yml to use the :standalone tag:

image: ghcr.io/noiwid/familylink-auth:standalone