mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Sorted json
This commit is contained in:
@@ -1,10 +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
|
||||
@@ -12,11 +22,12 @@
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user