REGEX Woes - Help appreciated #10893
Unanswered
rattencreep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
my setup is docker, traefik and authentik, all working very well. I am running a Collabora Online Development Edition container, which has an admin interface at https://sub.domain.tld/browser/dist/admin/admin.html I want to protect via authentik. To not interfere with the CODE functions I thought to put REGEX in the providers unauthenticated paths to exclude everything except https://sub.domain.tld/browser/dist/admin/admin.html. But I can't get it working. Here is my REGEX try:
^https://sub.domain.tld/(?!/browser/dist/admin/admin.html$).*
I am grateful for any advice.
Beta Was this translation helpful? Give feedback.
All reactions