Adding symlinks

This commit is contained in:
Alexandre
2022-05-04 14:20:50 +02:00
committed by GitHub
parent e26a2c3a58
commit 24c1934066

View File

@@ -7,6 +7,9 @@
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A full-featured, open source, state-of-the-art video surveillance software system", "description": "A full-featured, open source, state-of-the-art video surveillance software system",
"image": "ghcr.io/alexbelgium/zoneminder-{arch}", "image": "ghcr.io/alexbelgium/zoneminder-{arch}",
"options": [
"Images_location": "/config/addons_config/zoneminder/images"
],
"map": [ "map": [
"config:rw", "config:rw",
"media:rw", "media:rw",
@@ -20,11 +23,14 @@
"ports_description": { "ports_description": {
"80/tcp": "web interface" "80/tcp": "web interface"
}, },
"schema": {
"Images_location": "str"
},
"services": [ "services": [
"mysql:want" "mysql:want"
], ],
"slug": "zoneminder", "slug": "zoneminder",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.36.14-2", "version": "1.36.14-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
} }