Add Home Assistant Add-on v1.0.0

Features:
- Multi-arch support (aarch64, amd64, armv7)
- WebUI integration with Home Assistant
- Ingress support for seamless integration
- Automated builds via GitHub Actions
- Comprehensive documentation (EN/RU)
- Health check monitoring
- Configurable through HA UI
This commit is contained in:
eduard256
2025-11-17 23:38:34 +03:00
parent 3672a0f961
commit 16bef455ae
15 changed files with 1772 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
armv7: ghcr.io/home-assistant/armv7-base:3.20
labels:
org.opencontainers.image.title: "Strix Camera Discovery"
org.opencontainers.image.description: "Smart IP camera stream discovery system"
org.opencontainers.image.source: "https://github.com/eduard256/Strix"
org.opencontainers.image.licenses: "MIT"
args:
STRIX_VERSION: "1.0.0"