mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 16:51:51 +02:00
Sorted json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user