First off... AWESOME FEATURE!
1 question and a small bug...
Is there a way to specify this command line argument somewhere so that when the Calibre GUI starts the server it starts with this argument?
There is a bug in the rewrite of the main browse page. The icons are written correctly, but the paths they link to are not. For example:
Code:
<li><a title="Browse books by All books" href="/browse/category/allbooks"> </a><img src="/books/browse/icon/book.png" alt="All books" /><span class="label">All books</span></li>
my prefix is set to /books. I have set an additional proxy redirect for /browse to /books/browse, so I am getting by for now. This feature has simplified my reverse proxy significantly and shouldn't require more work with any changes to the content server.
Thanks again!
Dan