mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 01:25:58 +02:00
Updater bot : mealie updated to v3.0.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## v3.0.0 (12-07-2025)
|
||||||
|
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
|
||||||
## v2.8.0-24 (08-07-2025)
|
## v2.8.0-24 (08-07-2025)
|
||||||
- Fix variables export in config.yaml : https://github.com/alexbelgium/hassio-addons/issues/1933
|
- Fix variables export in config.yaml : https://github.com/alexbelgium/hassio-addons/issues/1933
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ FROM node:16 AS frontend-builder
|
|||||||
ARG SUB_PATH="/mealie/"
|
ARG SUB_PATH="/mealie/"
|
||||||
ENV SUB_PATH=$SUB_PATH
|
ENV SUB_PATH=$SUB_PATH
|
||||||
|
|
||||||
ENV MEALIE_VERSION="v2.8.0"
|
ENV MEALIE_VERSION="v3.0.0"
|
||||||
|
|
||||||
# Clone the Mealie repository to get the frontend source code
|
# Clone the Mealie repository to get the frontend source code
|
||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"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",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -65,7 +68,9 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"discovery": ["mealie"],
|
"discovery": [
|
||||||
|
"mealie"
|
||||||
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"BASE_SUBPATH": "/mealie/",
|
"BASE_SUBPATH": "/mealie/",
|
||||||
"DATA_DIR": "/config",
|
"DATA_DIR": "/config",
|
||||||
@@ -77,7 +82,12 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl:rw"],
|
"map": [
|
||||||
|
"addon_config:rw",
|
||||||
|
"homeassistant_config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl:rw"
|
||||||
|
],
|
||||||
"name": "Mealie",
|
"name": "Mealie",
|
||||||
"options": {
|
"options": {
|
||||||
"ALLOW_SIGNUP": true,
|
"ALLOW_SIGNUP": true,
|
||||||
@@ -109,5 +119,5 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v2.8.0-24"
|
"version": "v3.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "22-03-2025",
|
"last_update": "12-07-2025",
|
||||||
"paused": "false",
|
"paused": "false",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "mealie-recipes/mealie",
|
"upstream_repo": "mealie-recipes/mealie",
|
||||||
"upstream_version": "v2.8.0"
|
"upstream_version": "v3.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user