mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
initial build
This commit is contained in:
36
zoneminder/config.json
Normal file
36
zoneminder/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "A full-featured, open source, state-of-the-art video surveillance software system",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/zoneminder-{arch}",
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Zoneminder",
|
||||
"options": {
|
||||
"DB_CONNECTION": "mariadb_addon"
|
||||
},
|
||||
"ports": {
|
||||
"80/tcp": 3777
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "web interface"
|
||||
},
|
||||
"schema": {
|
||||
"DB_CONNECTION": "list(mariadb_addon|external)",
|
||||
"ZM_DB_HOST": "str?",
|
||||
"ZM_DB_PORT": "str?",
|
||||
"ZM_DB_NAME": "str?",
|
||||
"ZM_DB_USER": "str?",
|
||||
"ZM_DB_PASS": "str?"
|
||||
},
|
||||
"slug": "zoneminder",
|
||||
"upstream": "1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.1",
|
||||
"services": ["mysql:want"],
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
Reference in New Issue
Block a user