mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
31 lines
524 B
JSON
31 lines
524 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"
|
|
]
|
|
}
|