
Apache virtualhost no prefix
Hello all,
I have a host with apache and virtualhost set by servername tryhard.com
I tried 2 kinds of settings : one with reverse proxy + prefix: ok
so If I go to tryhard.com/prefix --> ok
I made a subdomain: uboo.tryhard.com (set 80 for Ubooquity)
Tried to set apache to reach it but it failed. But According to apache documentation, we can set the reverse proxy like that.
ProxyPass / http://localhost:80
But It does not work.
Is it possible or did I miss something somewhere ?
Thanks a lot
Regards

cannot reach books folder
HI there,
i have setup ubooquity via Synology Docker i used the linuxserver/ubooquity which works great.
i also have setup a reverse proxy so i can acces it via internet.
i connect via HTTPS and everyting works as designed exept for Books somehow...
when i click books i get the page cannot be found message. but when i check the url its pointed to http://mysite/books/10754/ and when i manually go to https://mysite/books/10754/ the page works just fine... is there a place where i can correct the link ?

can't move files to the folders
I've installed Ubooquity on a Raspberry PI 3A+ on DietPi.
Every thing as gone fine and Ubooquity is opening on my browser and i've mounted the PI as a hard drive on windows.
BUT, when i try to move files from my laptop to the /comic/ or /ebook" folders, i cannot write
I've changed the "samba" network parameter with FTO, connected and tried to CHMOD. But there are no changes in the rights and i cannot move files by FTP too.
What am idoing wrong ?....ideas ?

Apache Reserve Proxy
I am trying to set up an apache reverse proxy, but when I try to access Ubooquity, I keep getting 404 errors. Here is my config:
<Virtualhost *:443>
SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/www.dreadstar.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.dreadstar.net/privkey.pem
SSLProxyEngine on
LogLevel trace5
CustomLog ${APACHE_LOG_DIR}/ubooquity-access.log combined
ErrorLog ${APACHE_LOG_DIR}/ubooquity-error.log
ProxyPreserveHost Off
ProxyPass /comics/ http://127.0.0.1:2202/
ProxyPassReverse /comics/ http://127.0.0.1:2202/
</Virtualhost>

show double page
I like to read my manga with both page open at the same time, is it possible to show each page in group of two page ?
i tried no split but nothing changes.
thanks for your help.

Unable to launch
20191220 07:08:15 [main] ERROR com.ubooquity.Ubooquity - Failed to display error dialog
java.lang.IllegalStateException: Toolkit not initialized
at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:273) ~[jfxrt.jar:na]
at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:268) ~[jfxrt.jar:na]
at javafx.application.Platform.runLater(Platform.java:83) ~[jfxrt.jar:na]
at com.ubooquity.Ubooquity.main(SourceFile:264) ~[Ubooquity.jar:2.1.2]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_231]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_231]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_231]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_231]
at com.ubooquity.e.a.a(SourceFile:823) [Ubooquity.jar:2.1.2]
at com.ubooquity.Launcher.main(SourceFile:10) [Ubooquity.jar:2.1.2]

Any possibility for supporting .zip files?
Ubooquity is now supporting .cbr, .cbz and .pdf format comics, with no support for .zip or .rar.
As we know, actually they are the same formats. We can easily convert ZIP file into CBZ by changing its extension.
Most of my comics are save as .zip files. It really takes time to convert all the ZIPs into CBZs.... Hope ubooquity can support .cbz directly, thx a lot.

How to make multiple story arcs with comixology theme?
does anyone have a simple step by step? I can create one but not multiple.

External URL with Kuboo + Ubooquity
Hi,
Can't seem to get Kuboo working using an external URL. I'm able to use local IP just fine. My URL is structured as:
https://[mysite]:8050/ubooquity/opds-comics/ which goes through a reverse proxy to 192.168.50.157:2202/ubooquity/
Kuboo does connect to the server fine and I do get the comic list, however when I try to open any comic, it stops at "Loading Bookmarks", then fails saying something went wrong. If I go to the Ubooquity server directly to the comic that I'm requesting via a web browser, everything opens fine as well using the same external URL.
I can get Kuboo to work using the local IP (192.168.50.157:2202/ubooquity), but I'd rather not have to us a VPN to use this app, plus I'm trying to set this up for other users to use as well.
Any ideas?
Customer support service by UserEcho