Github bot : json sorted
This commit is contained in:
Alexandre
2025-07-15 16:28:12 +02:00
committed by GitHub
49 changed files with 556 additions and 131 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,