crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -7,8 +7,8 @@
"boot": "auto",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": {
"DB_ENGINE": "sqlite",
"APP_PORT": "9925"
"APP_PORT": "9925",
"DB_ENGINE": "sqlite"
},
"ingress": false,
"ingress_port": 8099,
@@ -18,9 +18,9 @@
],
"name": "Mealie",
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
@@ -30,9 +30,9 @@
"80/tcp": "Web interface"
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
"keyfile": "str",
"ssl": "bool"
},
"slug": "mealie",
"startup": "services",