mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 02:01:52 +02:00
removed
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"init": false,
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"hassio_role": "homeassistant",
|
||||
"boot": "auto",
|
||||
"description": "A full-featured, open source, state-of-the-art video surveillance software system",
|
||||
"map": ["config:rw"],
|
||||
"name": "Zoneminder",
|
||||
"options": {
|
||||
"DB_CONNECTION": "mariadb_addon"
|
||||
},
|
||||
"ports": {
|
||||
"80/tcp": 3777
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "web interface"
|
||||
},
|
||||
"schema": {
|
||||
"DB_CONNECTION": "list(mariadb_addon|external)",
|
||||
"ZM_DB_HOST": "str?",
|
||||
"ZM_DB_PORT": "str?",
|
||||
"ZM_DB_NAME": "str?",
|
||||
"ZM_DB_USER": "str?",
|
||||
"ZM_DB_PASS": "str?"
|
||||
},
|
||||
"slug": "zoneminder",
|
||||
"upstream": "1.36.12",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "notworking",
|
||||
"services": ["mysql:want"],
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
Reference in New Issue
Block a user