mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #206] Feature Request - Allow filename in rules #3283
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 @maddler on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/206
Hello, I'm trying to configure a publicly reachable page for one of my services, everything is working fine but I've got an issue with some resources currently hosted on root of the web server. I've tried to add a new rule for those (one each) but the syntax check, clearly, only expects paths.
That might make things a lot easier to manage resources if you were able to also specify full fine name.
Thanks!
@oschwartz10612 commented on GitHub (Feb 15, 2025):
HI!
We fixed some input issues for the paths in the rules in the latest version
beta.14. Are you on this version?If that does not fix it could you please be more specific about what paths you are trying to input that are being rejected?
Also, you have have some reasons for using rules, but if all you are looking for is a public resource the best way is to keep the rules off and turn off auth.
@maddler commented on GitHub (Feb 15, 2025):
Was on B13 when tried, working perfect on B14!
Thanks!