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:
@@ -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}
|
||||
Reference in New Issue
Block a user