Update config.json

This commit is contained in:
Alexandre
2023-01-04 03:13:22 +01:00
committed by GitHub
parent 35c6226c9c
commit 11fa8ed045

View File

@@ -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]"
} }