Update config.json

This commit is contained in:
Alexandre
2022-12-26 08:16:22 +01:00
committed by GitHub
parent 9d0fc6b921
commit 9cbecb3607

View File

@@ -5,10 +5,6 @@
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A Self Hosted Recipe Manager (frontend)", "description": "A Self Hosted Recipe Manager (frontend)",
"environment": {
"DB_ENGINE": "sqlite",
"WEB_GUNICORN": "true"
},
"image": "ghcr.io/alexbelgium/mealie_frontend-{arch}", "image": "ghcr.io/alexbelgium/mealie_frontend-{arch}",
"map": [ "map": [
"config:rw", "config:rw",
@@ -18,15 +14,13 @@
"name": "Do not use (Mealie frontend)", "name": "Do not use (Mealie frontend)",
"options": { "options": {
"API_URL": "http://homeassistant.local:9000", "API_URL": "http://homeassistant.local:9000",
"PGID": 1000,
"PUID": 1000,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ssl": false "ssl": false
}, },
"panel_icon": "mdi:silverware-fork-knife", "panel_icon": "mdi:silverware-fork-knife",
"ports": { "ports": {
"3000/tcp": 3000 "3000/tcp": 3012
}, },
"ports_description": { "ports_description": {
"3000/tcp": "Webui" "3000/tcp": "Webui"
@@ -34,8 +28,6 @@
"schema": { "schema": {
"API_URL": "str", "API_URL": "str",
"BASE_URL": "str?", "BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"ssl": "bool" "ssl": "bool"