Update config.json

This commit is contained in:
Alexandre
2021-10-17 09:57:22 +02:00
committed by GitHub
parent f957996f99
commit 937fdcbee2

View File

@@ -1,31 +1,28 @@
{ {
"name": "Wger DO NOT USE", "arch": [
"version": "2.1-dev", "amd64",
"upstream": "2.1-dev", "aarch64"
"slug": "wger", ],
"description": "TEST DO NOT USE", "boot": "auto",
"url": "https://github.com/alexbelgium/hassio-addons", "description": "TEST DO NOT USE",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]", "environment": {},
"startup": "services", "map": [
"boot": "auto", "share:rw",
"ports": { "ssl:ro"
"8000/tcp": "9927" ],
}, "name": "Wger DO NOT USE",
"ports_description": { "options": {},
"8000/tcp": "Web interface" "ports": {
}, "8000/tcp": "9927"
"map": [ },
"share:rw", "ports_description": {
"ssl:ro" "8000/tcp": "Web interface"
], },
"environment": { "schema": {},
}, "slug": "wger",
"options": { "startup": "services",
}, "upstream": "2.1-dev",
"schema": { "url": "https://github.com/alexbelgium/hassio-addons",
}, "version": "2.1-dev",
"arch": [ "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
"amd64",
"aarch64"
]
} }