This commit is contained in:
Alexandre
2022-11-28 14:06:47 +01:00
parent 753e7071ae
commit 875e9d2ffe
18 changed files with 529 additions and 0 deletions

26
wger/config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"arch": [
"amd64",
"aarch64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "manage your personal workouts, weight and diet plans",
"image": "ghcr.io/alexbelgium/wger-{arch}",
"map": [
"share:rw",
"config:rw",
"ssl:ro"
],
"name": "Wger",
"ports": {
"80/tcp": 9927
},
"ports_description": {
"80/tcp": "Web interface"
},
"slug": "wger",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "test1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}