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.
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.
```
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.12/installer_linux_amd64" && chmod +x ./installer
```
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.
i just redid on mine it is showing up strangely. i did a prune and up the stack.
<!-- 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.
>
> 
>
> 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.

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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!