mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 22:39:14 +02:00
Updater bot : mealie updated to 0.5.5
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 0.5.5 (04-02-2022)
|
||||||
|
- Update to latest version from hay-kot/mealie
|
||||||
- New standardized logic for Dockerfile build and packages installation
|
- New standardized logic for Dockerfile build and packages installation
|
||||||
|
|
||||||
## 0.5.4 (03-12-2021)
|
## 0.5.4 (03-12-2021)
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -8,7 +12,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 +36,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "0.5.4",
|
"upstream": "0.5.5",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user