From 5ee8adfb12cdecbc97bb546673ced64102648f1f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Feb 2021 10:30:34 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/filebrowser/config.json b/filebrowser/config.json index e3bcd4680..ece83effb 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -32,11 +32,17 @@ "FB_BASEURL": "/filebrowser" }, "options": { + "ssl": false, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", "networkdisks": "//server/share", "cifsusername": "username", "cifspassword": "password" }, "schema": { + "ssl": "bool", + "certfile": "str", + "keyfile": "str", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?"