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

@@ -40,8 +40,8 @@
],
"environment": {
"FB_BASEURL": "/filebrowser",
"PUID": "0",
"PGID": "0"
"PGID": "0",
"PUID": "0"
},
"ingress": true,
"ingress_port": 8099,
@@ -56,10 +56,10 @@
],
"name": "Filebrowser",
"options": {
"ssl": false,
"NoAuth": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"NoAuth": true
"ssl": false
},
"panel_icon": "mdi:file-search",
"ports": {
@@ -73,16 +73,16 @@
"DAC_READ_SEARCH"
],
"schema": {
"ssl": "bool",
"NoAuth": "bool",
"base_folder": "str?",
"certfile": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?",
"NoAuth": "bool",
"base_folder": "str?"
"ssl": "bool"
},
"slug": "filebrowser",
"startup": "services",