Files
hassio-addons/zoneminder/config.json
2022-03-23 08:59:27 +01:00

23 lines
667 B
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "A full-featured, open source, state-of-the-art video surveillance software system",
"image": "ghcr.io/alexbelgium/zoneminder-{arch}",
"map": ["config:rw", "media:rw", "share:rw", "ssl"],
"name": "Zoneminder",
"ports": {
"80/tcp": 3778
},
"ports_description": {
"80/tcp": "web interface"
},
"services": ["mysql:want"],
"slug": "zoneminder",
"upstream": "1.36.12",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.36.12",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
}