add RP settings

pull/15/head
sparklyballs 7 years ago
parent 7b17d33a5a
commit 001cc80a22

@ -78,8 +78,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
## Setting up the application ## Setting up the application
**IMPORTANT** **IMPORTANT**
Ubooquity has now been upgraded to [version 2](http://vaemendis.net/ubooquity/article19/ubooquity-2-1-0), and for existing v1.x users we recommend cleaning your appdata and reinstalling due to changes in the application itself making the two versions essentially incompatible with each other. Ubooquity has now been upgraded to [version 2](http://vaemendis.net/ubooquity/article19/ubooquity-2-1-0) and for existing v1.x users we recommend cleaning your appdata and reinstalling, due to changes in the application itself making the two versions essentially incompatible with each other. Also the admin page and library pages are now on separate ports as detailed below.
Another of the changes in this version is the separating of the admin interface to a different port. With version 2 the admin interface is reached at $IP:2203/admin whilst the interface is reached via $IP:2202/.
Access the admin page at `http://<your-ip>:2203/ubooquity/admin/` and set a password. Access the admin page at `http://<your-ip>:2203/ubooquity/admin/` and set a password.

@ -34,7 +34,7 @@
"shrunkPageHeight" : 2500, "shrunkPageHeight" : 2500,
"shrinkingCachePath" : "", "shrinkingCachePath" : "",
"autoScanAtLaunch" : true, "autoScanAtLaunch" : true,
"reverseProxyPrefix" : "", "reverseProxyPrefix" : "/ubooquity",
"keystorePath" : "", "keystorePath" : "",
"keystorePassword" : "", "keystorePassword" : "",
"isOpdsProviderEnabled" : false, "isOpdsProviderEnabled" : false,
@ -44,4 +44,4 @@
"bookmarkUsingCookies" : false, "bookmarkUsingCookies" : false,
"displayTitleInsteadOfFileName" : false, "displayTitleInsteadOfFileName" : false,
"keepUnreachableSharedFolders" : false "keepUnreachableSharedFolders" : false
} }

@ -4,9 +4,9 @@
mkdir -p \ mkdir -p \
config/fonts config/fonts
# copy config # copy config
# [[ ! -e /config/preferences.json ]] && \ [[ ! -e /config/preferences.json ]] && \
# cp /defaults/preferences.json /config/preferences.json cp /defaults/preferences.json /config/preferences.json
# permissions # permissions
chown -R abc:abc \ chown -R abc:abc \

Loading…
Cancel
Save