mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "A full-featured, open source, state-of-the-art video surveillance software system",
|
|
"environment": {
|
|
"DIR_IMAGES": "/var/cache/zoneminder/images2",
|
|
"DIR_SOUNDS": "/var/cache/zoneminder/sounds2",
|
|
"DZM_CONFIG_DIR": "/config/addons_config/zoneminder",
|
|
"ZM_DIR_EVENTS": "/var/cache/zoneminder/events2"
|
|
},
|
|
"image": "ghcr.io/alexbelgium/zoneminder-{arch}",
|
|
"map": [
|
|
"config:rw",
|
|
"media:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Zoneminder",
|
|
"options": {
|
|
"Images_location": "/config/addons_config/zoneminder/images"
|
|
},
|
|
"ports": {
|
|
"80/tcp": 3778
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "web interface"
|
|
},
|
|
"schema": {
|
|
"Images_location": "str",
|
|
"database": "list(internal|mariadb_addon)"
|
|
},
|
|
"services": [
|
|
"mysql:want"
|
|
],
|
|
"slug": "zoneminder",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "1.36.26-2",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
|
|
}
|