-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Describe the bug
I cannot access Bookstack through my local IP anymore once I set up APP_URL. I'm not sure this is intended, but the other day my internet was out for the day and it was highly annoying not being able to access a local database on my own network. All my other selfhosted docker apps are fine running behind both a web URL (reverse proxied) and local access. Only Bookstack has this issue and I don't know why. It's great that I can access Bookstack using my domainname and a reverse proxy, but giving up local access to do that seems silly and a weak feature - I can't think of any other Docker app that I'm running that has this issue, all of them can be accessed fine through a reverse proxy and also locally using their IP and port.
I'm using the latest version of Bookstack, on Docker, as of today. Everything else works fine, but there has to be a way to access it locally in case the internet goes down (and really, why not access it locally when you are on the network and you can?)
How can I access it locally when APP_URL has been set up?