mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update config.json
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"environment": {
|
||||
"APP_PORT": "9925",
|
||||
"DB_ENGINE": "sqlite"
|
||||
"DB_ENGINE": "sqlite",
|
||||
"WEB_GUNICORN": "true",
|
||||
"ALLOW_SIGNUP": "true"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||
"map": [
|
||||
@@ -25,10 +26,10 @@
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"ports": {
|
||||
"9925/tcp": 9925
|
||||
"3000/tcp": 9091
|
||||
},
|
||||
"ports_description": {
|
||||
"9925/tcp": "Web interface"
|
||||
"3000/tcp": "Web interface"
|
||||
},
|
||||
"schema": {
|
||||
"BASE_URL": "str?",
|
||||
@@ -40,6 +41,6 @@
|
||||
},
|
||||
"slug": "mealie",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "revert",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
"version": "test",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user