95a0fc2096
- Add packages:write permission to build job - Add contents:write permission to update-repository job - Bump version to 1.0.1
34 lines
728 B
YAML
34 lines
728 B
YAML
name: Strix - Camera Stream Discovery
|
|
version: "1.0.1"
|
|
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}
|