Files
hassio-addons/zoneminder/config.json
2022-03-11 19:53:52 +01:00

28 lines
636 B
JSON

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