Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,19 +1,10 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"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"
],
"map": ["config:rw", "media:rw", "share:rw", "ssl"],
"name": "Zoneminder",
"ports": {
"80/tcp": 3778
@@ -21,12 +12,11 @@
"ports_description": {
"80/tcp": "web interface"
},
"services": [
"mysql:want"
],
"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"
}