You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Hi there and thanks for a promising looking project!
I have tried to run BookBrowser on my home server behind a reverse proxy (nginx), but using an additional url block (such as /bookbrowser) doesn't seem to work. It breaks the links of the app.
e.g. mydomain.lan/bookbrowser/ redirects me to mydomain.lan/books which causes 404. The app should understand to use mydomain.lan/bookbrowser/books instead
Could you consider adding a support for an optional prefix for the URI paths?
The text was updated successfully, but these errors were encountered:
@Quinz A workaround for your problem would be to use a subdomain like for example bookbrowser.mydomain.lan, this would eliminate the need to rewrite the url.
This could complicate name resolution if you don't use a DNS server for your LAN domain lookup, though.
Hi @sKanoodle, unfortunately I don't have the luxury of subdomains as my internet facing address is from dyndns. My example urls in the first post are confusing, sorry for that. Your tip can be useful for somebody else though!
Sorry, it's been delayed quite a bit, as I have quite a few other things which have a higher priority (BookBrowser works for me as-is right now). I'll be doing it when I get around to it. I don't have any estimate right now, other than sometime this year.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there and thanks for a promising looking project!
I have tried to run BookBrowser on my home server behind a reverse proxy (nginx), but using an additional url block (such as /bookbrowser) doesn't seem to work. It breaks the links of the app.
e.g. mydomain.lan/bookbrowser/ redirects me to mydomain.lan/books which causes 404. The app should understand to use mydomain.lan/bookbrowser/books instead
Could you consider adding a support for an optional prefix for the URI paths?
The text was updated successfully, but these errors were encountered: