Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,17 +1,11 @@
{
"arch": [
"amd64",
"aarch64"
],
"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"
],
"map": ["share:rw", "ssl:ro"],
"name": "Wger",
"options": {},
"ports": {
@@ -25,6 +19,7 @@
"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]"
}