mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update config.json
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"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",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "sqlite",
|
"APP_PORT": "9925",
|
||||||
"WEB_GUNICORN": "true"
|
"DB_ENGINE": "sqlite"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
@@ -25,10 +25,10 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9000/tcp": 9000
|
"9925/tcp": 9925
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9000/tcp": "Web interface"
|
"9925/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
@@ -40,6 +40,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "Omni-test",
|
"version": "revert",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user