Update config.json

This commit is contained in:
Alexandre
2021-09-20 10:30:27 +02:00
committed by GitHub
parent b33e81c44f
commit bf50e58b1a

View File

@@ -5,7 +5,7 @@
"slug": "mealie", "slug": "mealie",
"description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family", "description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:9925]", "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]",
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"ingress": false, "ingress": false,
@@ -24,7 +24,7 @@
"DB_ENGINE": "sqlite" "DB_ENGINE": "sqlite"
}, },
"options": {}, "options": {},
"schema": {}, "schema": {"ssl": "bool"},
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",