mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Update config.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user