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,6 +1,11 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": {
"APP_PORT": "9925",
@@ -8,7 +13,10 @@
},
"ingress": false,
"ingress_port": 8099,
"map": ["share:rw", "ssl:rw"],
"map": [
"share:rw",
"ssl:rw"
],
"name": "Mealie",
"options": {
"certfile": "fullchain.pem",
@@ -31,7 +39,6 @@
"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]"
}