Files
hassio-addons/wger/config.json
2022-03-23 08:59:27 +01:00

26 lines
624 B
JSON

{
"arch": ["amd64", "aarch64"],
"boot": "auto",
"description": "manage your personal workouts, weight and diet plans",
"environment": {
"DJANGO_DB_DATABASE": "/data/database.sqlite"
},
"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",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.9-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
}