mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[GH-ISSUE #169] Was base URL option taken back out? #1322
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 @ItsNoted on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/169
I am using 1.0.0 Beta 12 and I do not see the option to use base URL in the resources anymore.
Installed using the same installer from the docs. The strange thing is it worked fine yesterday but when I reinstalled on another VPS, it's no longer an option.
@hhftechnology commented on GitHub (Feb 8, 2025):
i just redid on mine it is showing up strangely. i did a prune and up the stack.
@miloschwartz commented on GitHub (Feb 8, 2025):
Hey, as a first step, make sure the
allow_base_domain_resourcesflag is set totruein the Pangolin config.yml file flags section. It's not enabled by default yet via the installer. I think we will enable it by default on future versions, however, and update the documentation.@miloschwartz commented on GitHub (Feb 8, 2025):
I've just updated the installer to include this by default and added a mention to the docs.
@ItsNoted commented on GitHub (Feb 8, 2025):
This works thank you!