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!
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.
<!-- gh-comment-id:2660983906 -->
@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.
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 @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!