[GH-ISSUE #169] Was base URL option taken back out? #1322

Closed
opened 2026-04-16 07:57:56 -05:00 by GiteaMirror · 4 comments
Owner

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.

Image

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.

wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer
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. ![Image](https://github.com/user-attachments/assets/94aa1557-a05c-495c-bf2d-59ed9d0c5b5a) 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. ``` wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer ```
Author
Owner

@hhftechnology commented on GitHub (Feb 8, 2025):

I am using 1.0.0 Beta 12 and I do not see the option to use base URL in the resources anymore.

Image

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.

wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer

i just redid on mine it is showing up strangely. i did a prune and up the stack.

Image

<!-- gh-comment-id:2645803348 --> @hhftechnology commented on GitHub (Feb 8, 2025): > I am using 1.0.0 Beta 12 and I do not see the option to use base URL in the resources anymore. > > ![Image](https://github.com/user-attachments/assets/94aa1557-a05c-495c-bf2d-59ed9d0c5b5a) > > 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. > > ``` > wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer > ``` i just redid on mine it is showing up strangely. i did a prune and up the stack. ![Image](https://github.com/user-attachments/assets/4a51f0cf-977c-4b56-ace9-7093eb890bd5)
Author
Owner

@miloschwartz commented on GitHub (Feb 8, 2025):

Hey, as a first step, make sure the allow_base_domain_resources flag is set to true in 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.

<!-- gh-comment-id:2645813755 --> @miloschwartz commented on GitHub (Feb 8, 2025): Hey, as a first step, make sure the `allow_base_domain_resources` flag is set to `true` in 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.
Author
Owner

@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.

<!-- gh-comment-id:2645864024 --> @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.
Author
Owner

@ItsNoted commented on GitHub (Feb 8, 2025):

allow_base_domain_resources

This works thank you!

<!-- gh-comment-id:2645904631 --> @ItsNoted commented on GitHub (Feb 8, 2025): > allow_base_domain_resources This works thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1322