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
+33
View File
@@ -0,0 +1,33 @@
name: Strix - Camera Stream Discovery
version: "1.0.0"
slug: strix
description: Smart IP camera stream discovery system with ONVIF support and comprehensive camera database
url: https://github.com/eduard256/Strix
arch:
- aarch64
- amd64
- armv7
init: false
startup: application
boot: auto
host_network: true
panel_icon: mdi:cctv
panel_title: Strix
panel_admin: false
webui: http://[HOST]:4567
ingress: true
ingress_port: 4567
ingress_stream: true
ports:
4567/tcp: 4567
ports_description:
4567/tcp: Web interface and API
options:
log_level: info
port: 4567
strict_validation: true
schema:
log_level: list(debug|info|warn|error)
port: port
strict_validation: bool
image: ghcr.io/eduard256/strix-addon-{arch}