github noiwid/HAFamilyLink v0.9.2
v0.9.2 - Standalone Docker Support & Doc Fixes

latest releases: v1.2.9, v1.2.8, v1.2.7...
6 months ago

🐳 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

Don't miss a new HAFamilyLink release

NewReleases is sending notifications on new releases.