commit
37537b3a30
@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"filesPaths" : [ {
|
||||||
|
"pathString" : "/files",
|
||||||
|
"userName" : [ ]
|
||||||
|
} ],
|
||||||
|
"comicsPaths" : [ {
|
||||||
|
"pathString" : "/comics",
|
||||||
|
"userName" : [ ]
|
||||||
|
} ],
|
||||||
|
"booksPaths" : [ {
|
||||||
|
"pathString" : "/books",
|
||||||
|
"userName" : [ ]
|
||||||
|
} ],
|
||||||
|
"users" : [ ],
|
||||||
|
"isFilesProviderEnabled" : true,
|
||||||
|
"isComicsProviderEnabled" : true,
|
||||||
|
"isBooksProviderEnabled" : true,
|
||||||
|
"isUserManagementEnabled" : false,
|
||||||
|
"libraryPortNumber" : 2202,
|
||||||
|
"adminPortNumber" : 2203,
|
||||||
|
"comicWidth" : 160,
|
||||||
|
"comicHeight" : 230,
|
||||||
|
"comicsPaginationNumber" : 30,
|
||||||
|
"bookWidth" : 160,
|
||||||
|
"bookHeight" : 230,
|
||||||
|
"booksPaginationNumber" : 30,
|
||||||
|
"minimizeToTray" : false,
|
||||||
|
"minimizeOnStartup" : false,
|
||||||
|
"autoscanPeriod" : 0,
|
||||||
|
"isRemoteAdminEnabled" : false,
|
||||||
|
"theme" : "default",
|
||||||
|
"isShrinkingCacheEnabled" : false,
|
||||||
|
"shrunkPageWidth" : 1536,
|
||||||
|
"shrunkPageHeight" : 2500,
|
||||||
|
"shrinkingCachePath" : "",
|
||||||
|
"autoScanAtLaunch" : true,
|
||||||
|
"reverseProxyPrefix" : "ubooquity",
|
||||||
|
"keystorePath" : "",
|
||||||
|
"keystorePassword" : "",
|
||||||
|
"isOpdsProviderEnabled" : false,
|
||||||
|
"folderExclusionPattern" : "",
|
||||||
|
"bypassSingleRootFolder" : false,
|
||||||
|
"enableFolderMetadataDisplay" : false,
|
||||||
|
"bookmarkUsingCookies" : false,
|
||||||
|
"displayTitleInsteadOfFileName" : false,
|
||||||
|
"keepUnreachableSharedFolders" : false
|
||||||
|
}
|
@ -1,46 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<userPreferences>
|
|
||||||
<filesPaths/>
|
|
||||||
<comicsPaths>
|
|
||||||
<path>
|
|
||||||
<pathString>/comics</pathString>
|
|
||||||
<authorizedUsers/>
|
|
||||||
</path>
|
|
||||||
</comicsPaths>
|
|
||||||
<booksPaths>
|
|
||||||
<path>
|
|
||||||
<pathString>/books</pathString>
|
|
||||||
<authorizedUsers/>
|
|
||||||
</path>
|
|
||||||
</booksPaths>
|
|
||||||
<users/>
|
|
||||||
<isFilesProviderEnabled>true</isFilesProviderEnabled>
|
|
||||||
<isComicsProviderEnabled>true</isComicsProviderEnabled>
|
|
||||||
<isBooksProviderEnabled>true</isBooksProviderEnabled>
|
|
||||||
<isUserManagementEnabled>false</isUserManagementEnabled>
|
|
||||||
<portNumber>2202</portNumber>
|
|
||||||
<comicWidth>160</comicWidth>
|
|
||||||
<comicHeight>230</comicHeight>
|
|
||||||
<comicsPaginationNumber>30</comicsPaginationNumber>
|
|
||||||
<bookWidth>160</bookWidth>
|
|
||||||
<bookHeight>230</bookHeight>
|
|
||||||
<booksPaginationNumber>30</booksPaginationNumber>
|
|
||||||
<minimizeToTray>false</minimizeToTray>
|
|
||||||
<minimizeOnStartup>false</minimizeOnStartup>
|
|
||||||
<autoscanPeriod>0</autoscanPeriod>
|
|
||||||
<isWebAdminEnabled>false</isWebAdminEnabled>
|
|
||||||
<theme>Default</theme>
|
|
||||||
<isShrinkingCacheEnabled>false</isShrinkingCacheEnabled>
|
|
||||||
<shrunkPageWidth>1536</shrunkPageWidth>
|
|
||||||
<shrunkPageHeight>2400</shrunkPageHeight>
|
|
||||||
<shrinkingCachePath></shrinkingCachePath>
|
|
||||||
<autoScanAtLaunch>true</autoScanAtLaunch>
|
|
||||||
<reverseProxyPrefix>ubooquity</reverseProxyPrefix>
|
|
||||||
<keystorePath></keystorePath>
|
|
||||||
<keystorePassword></keystorePassword>
|
|
||||||
<isOpdsProviderEnabled>true</isOpdsProviderEnabled>
|
|
||||||
<hideEmptyFolder>false</hideEmptyFolder>
|
|
||||||
<folderExclusionPattern></folderExclusionPattern>
|
|
||||||
<bypassSingleRootFolder>false</bypassSingleRootFolder>
|
|
||||||
<enableFolderMetadataDisplay>false</enableFolderMetadataDisplay>
|
|
||||||
</userPreferences>
|
|
Loading…
Reference in new issue