mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #1075] Feature Request: Rule type path regex #6545
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 @K33k0 on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1075
Originally assigned to: @jackrosenberg on GitHub.
I'm trying to set up a rule that would do something like protect
/but leave any further path unprotected. I believe in traefik you could doPathRegex('^/(?!$).*')However, in pangolin there is not currently an option. I was thinking, maybe it could be added in the below interface.@jackrosenberg commented on GitHub (Jul 17, 2025):
I think I can PR this!
@oschwartz10612 commented on GitHub (Jul 18, 2025):
Go for it @jackrosenberg let me know if you have any questions! Thanks!
@afunworm commented on GitHub (Jul 18, 2025):
Same request with #1059 . Just commenting to follow.
@jackrosenberg commented on GitHub (Aug 10, 2025):
Hello all, the NixOS side of things is picking up speed again, and this item has stalled out on my todo list. In order to not hold up development someone else is welcome to take a shot at this!
@adrianeastles commented on GitHub (Aug 10, 2025):
I'm more than happy to tackle this, I should do it after this PR #1231. That way I don't create more work for myself. Thoughts @oschwartz10612?
@miloschwartz commented on GitHub (Sep 27, 2025):
Converting this to a discussion thread so others can upvote and participate