Feature Request: Rule type path regex #1227

Closed
opened 2026-04-05 18:32:49 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @K33k0 on 7/17/2025

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 do PathRegex('^/(?!$).*') However, in pangolin there is not currently an option. I was thinking, maybe it could be added in the below interface.

Image
*Originally created by @K33k0 on 7/17/2025* 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 do `PathRegex('^/(?!$).*')` However, in pangolin there is not currently an option. I was thinking, maybe it could be added in the below interface. <img width="1182" height="382" alt="Image" src="https://github.com/user-attachments/assets/5c702a39-aa2f-4dce-bdc7-48dbf17a37a0" />
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1227