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

@@ -3,5 +3,8 @@
"aarch64": "hkotel/mealie:latest",
"amd64": "hkotel/mealie:latest",
"armv7": "hkotel/mealie:v0.4.3"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": {
@@ -12,10 +8,7 @@
},
"ingress": false,
"ingress_port": 8099,
"map": [
"share:rw",
"ssl:rw"
],
"map": ["share:rw", "ssl:rw"],
"name": "Mealie",
"options": {
"certfile": "fullchain.pem",
@@ -38,6 +31,7 @@
"startup": "services",
"upstream": "0.5.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.5.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
}