Updater bot : mealie updated to v3.0.0

This commit is contained in:
alexbelgium
2025-07-12 01:57:35 +02:00
parent c7e7ca4dc6
commit f13e0ac803
4 changed files with 20 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"devices": [
@@ -65,7 +68,9 @@
"/dev/nvme1",
"/dev/nvme2"
],
"discovery": ["mealie"],
"discovery": [
"mealie"
],
"environment": {
"BASE_SUBPATH": "/mealie/",
"DATA_DIR": "/config",
@@ -77,7 +82,12 @@
},
"image": "ghcr.io/alexbelgium/mealie-{arch}",
"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",
"options": {
"ALLOW_SIGNUP": true,
@@ -109,5 +119,5 @@
"slug": "mealie",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.8.0-24"
"version": "v3.0.0"
}