Update config.json

This commit is contained in:
Alexandre
2021-02-16 12:17:09 +01:00
committed by GitHub
parent 6192226c55
commit d92b1ee4b6

View File

@@ -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?",