Your comments

You can do that with Ubooquity 1.6.0 (released yestarday).You have to configure Ubooquity to use a port different from 80, then choose a reverse proxy prefix and redirect traffic corresponding to this prefix and the port you have chosen to Ubooquity.

For instance, if your server name is "myserver.com", configure Ubooquity to use port 2202, set the reverse proxy prefix to "ubooquity" and configure your IIS/Apache/Tomcat to redirect all traffic corresponding to "myserver.com/ubooquity" to "localhost:2202". (prefix and port number are only examples, use what you want).

Im glad you like Ubooquity. :)

You can customize the theme ( tutorial here ) but it will modify the aspect of all the pages. There is no way to customize appearance of a specific subset of comics. And to be honest, I don't have plans to add such a feature.
I tried to reproduce the problem by adding a thumbs.db file to a CBR comic, but it did not work (the comic was still readable by Ubooquity).
I suspect that the removal of the "thumbs.db" file from the archive triggered a recompression by WinRar which fixed the problem (meaning that a simple recompression without removing the "thumbs.db" would have worked too).

I have studied your log files, and indeed for a few of them, Ubooquity fails to extract the first image of the comic book (the cover).
All failing files are CBR files. So I suppose the problem comes from the library I use to read RAR (CBR) files. The files are either corrupted or use a specific version of RAR that is not supported by the library.
Unfortunately there is not much I can do to solve the problem. If you want them to be readable in Ubooquity I would advise to recompress them (extract the content of the files and recompress them).

If you send me one of the files I can try to understand a bit more what's the problem, but I'm quite pessimistic on the outcome.