Files
hassio-addons/wger/config.json
Alexandre ae8123c0f8 test
2022-01-18 17:22:26 +01:00

24 lines
569 B
JSON

{
"arch": ["amd64", "aarch64"],
"boot": "auto",
"description": "manage your personal workouts, weight and diet plans",
"image": "ghcr.io/alexbelgium/wger-{arch}",
"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": "1.9",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}