mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-05-19 12:05:01 -04:00
Update regex patterns for SSO documentation
This commit is contained in:
@@ -29,12 +29,13 @@ In order to make the invitation process available for non signed in users, make
|
||||
|
||||
{% tab title="Authentik/Other" %}
|
||||
```
|
||||
- '^/join/'
|
||||
- '^/j/'
|
||||
- '^/setup/*'
|
||||
- '^/static/'
|
||||
- '^/wizard/'
|
||||
- '^/cinema-posters'
|
||||
- '^/join($|/.*)'
|
||||
- '^/j($|/.*)'
|
||||
- '^/static($|/.*)'
|
||||
- '^/setup($|/.*)'
|
||||
- '^/wizard($|/.*)'
|
||||
- '^/image-proxy($|/.*)'
|
||||
- '^/cinema-posters($|/.*)'
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
Reference in New Issue
Block a user