Update to 0.5.3

This commit is contained in:
alexbelgium
2021-10-31 19:30:22 +01:00
parent 04448f6e6a
commit 4409279399
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.5.3 (31-10-2021)
- Update to latest version from hay-kot/mealie
- Added ssl option - Added ssl option
## 0.5.2 (26-07-2021) ## 0.5.2 (26-07-2021)

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armhf", "armv7"], "arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"boot": "auto", "boot": "auto",
"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",
"environment": { "environment": {
@@ -8,7 +13,10 @@
}, },
"ingress": false, "ingress": false,
"ingress_port": 8099, "ingress_port": 8099,
"map": ["share:rw", "ssl:rw"], "map": [
"share:rw",
"ssl:rw"
],
"name": "Mealie", "name": "Mealie",
"options": { "options": {
"ssl": false, "ssl": false,
@@ -29,8 +37,8 @@
}, },
"slug": "mealie", "slug": "mealie",
"startup": "services", "startup": "services",
"upstream": "0.5.2", "upstream": "0.5.3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.2-4", "version": "0.5.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
} }