Github bot : json sorted

This commit is contained in:
alexbelgium
2022-04-17 00:21:35 +00:00
committed by GitHub
parent 11df7279e5
commit 851ae8c64b
12 changed files with 119 additions and 44 deletions

View File

@@ -1,11 +1,20 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"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
@@ -13,7 +22,9 @@
"ports_description": {
"80/tcp": "web interface"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "zoneminder",
"upstream": "1.36.14",
"url": "https://github.com/alexbelgium/hassio-addons",