mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"arch": ["amd64", "aarch64"],
|
|
"boot": "auto",
|
|
"description": "manage your personal workouts, weight and diet plans",
|
|
"environment": {},
|
|
"map": ["share:rw", "ssl:ro"],
|
|
"name": "Wger",
|
|
"options": {},
|
|
"ports": {
|
|
"8000/tcp": "9927"
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Web interface"
|
|
},
|
|
"schema": {},
|
|
"slug": "wger",
|
|
"startup": "services",
|
|
"upstream": "2.1-dev",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2.1",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
|
|
}
|