From d92b1ee4b6f8a2d087c052489c4e5b16f2f8d4d1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:17:09 +0100 Subject: [PATCH] Update config.json --- ubooquity/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ubooquity/config.json b/ubooquity/config.json index a1db71144..a755c53be 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -37,11 +37,17 @@ "options": { "PUID": 0, "PGID": 0, + "FilesFolder": "/share/ubooquity/files", + "ComicsFolder": "/share/ubooquity/comics", + "BooksFolder": "/share/ubooquity/books", "maxmem": 120 }, "schema": { "PUID": "int", "PGID": "int", + "FilesFolder": "str", + "ComicsFolder": "str", + "BooksFolder": "str", "maxmem": "int", "networkdisks": "str?", "cifsusername": "str?",