Files
hassio-addons/wger/config.json
2021-10-17 09:43:15 +02:00

32 lines
541 B
JSON

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