Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,11 +1,18 @@
{
"arch": ["amd64", "aarch64"],
"arch": [
"amd64",
"aarch64"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "manage your personal workouts, weight and diet plans",
"environment": {
"DJANGO_DB_DATABASE": "/data/database.sqlite"
},
"map": ["share:rw", "ssl:ro"],
"map": [
"share:rw",
"ssl:ro"
],
"name": "Wger",
"options": {},
"ports": {
@@ -19,7 +26,6 @@
"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]"
}