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
**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.
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/.
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.
Access the admin page at `http://<your-ip>:2203/ubooquity/admin/` and set a password.

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

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

Loading…
Cancel
Save