initial build

This commit is contained in:
Alexandre
2022-03-11 19:53:52 +01:00
parent 88dc731ace
commit 97d0028911
12 changed files with 388 additions and 1 deletions

27
zoneminder/config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}