mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-09 03:09:38 +03:00
[Support Request]: Documentation-Enhancement Deploying with internal URL but also serve via Apache-Proxy with external URL. #2499
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crpb on GitHub (Nov 21, 2021).
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
First of all. I didn't really know which type of ticket would be best so please be gentle :-).
I just got this working and wanted to share it for those who are also deploying the Bookstack-App in an local Domain-Environment but also want to access it via e.g. WAN.
With Apache mod_proxy and mod_substitute i used the following Configuration
I left the Proxy-User as it suits my setup with SSO. (No, not SSO in Bookstack but all other Sites)
Maybe there is something that can be done better. All tests I've done so far worked.
regards,
~crpb
Exact BookStack Version
v21.11
Log Content
No response
PHP Version
No response
Hosting Environment
Bookstack-App:
docker-compose
image: ghcr.io/linuxserver/bookstack:version-v21.11
Bookstack-Host:
Ubuntu 18.04
Apache 2.4.29 with Kerberos-SSO
WAN-Host:
Ubuntu 18.04
Apache 2.4.29
@ssddanbrown commented on GitHub (Nov 21, 2021):
Thanks for sharing @crpb.
Since there's no action to perform here I'll close this off but hopefully it'll remain useful to anyone searching when in a similar scenario.
Just to confirm, BookStack only supports being accessed via a single host URL (or
APP_URLvalue). Performing edit activities via mulitple URLs could lead to issues depending on a bunch of factors.