fixed quotes
This commit is contained in:
@@ -40,39 +40,39 @@ access_control:
|
|||||||
rules:
|
rules:
|
||||||
## bypass all domains and subdomains from local ips
|
## bypass all domains and subdomains from local ips
|
||||||
- domain:
|
- domain:
|
||||||
- aknlw.com
|
- 'aknlw.com'
|
||||||
- akanealw.com
|
- 'akanealw.com'
|
||||||
- "*.akanealw.com"
|
- '*.akanealw.com'
|
||||||
networks:
|
networks:
|
||||||
- 'internal'
|
- 'internal'
|
||||||
policy: bypass
|
policy: bypass
|
||||||
# bypass api for subdomains
|
# bypass api for subdomains
|
||||||
- domain:
|
- domain:
|
||||||
- "*.akanealw.com"
|
- '*.akanealw.com'
|
||||||
resources:
|
resources:
|
||||||
- "^/api([/?].*)?$"
|
- '^/api([/?].*)?$'
|
||||||
- "^/add([/?].*)?$"
|
- '^/add([/?].*)?$'
|
||||||
- "^/public([/?].*)?$"
|
- '^/public([/?].*)?$'
|
||||||
policy: bypass
|
policy: bypass
|
||||||
# bypass specific subdomains
|
# bypass specific subdomains
|
||||||
- domain:
|
- domain:
|
||||||
- aknlw.com
|
- 'aknlw.com'
|
||||||
- bitwarden.akanealw.com
|
- 'bitwarden.akanealw.com'
|
||||||
- gitea.akanealw.com
|
- 'gitea.akanealw.com'
|
||||||
- nextcloud.akanealw.com
|
- 'nextcloud.akanealw.com'
|
||||||
policy: bypass
|
policy: bypass
|
||||||
# bypass filebrowser shares
|
# bypass filebrowser shares
|
||||||
- domain:
|
- domain:
|
||||||
- "filebrowser.akanealw.com"
|
- 'filebrowser.akanealw.com'
|
||||||
resources:
|
resources:
|
||||||
- "^/api([/?].*)?$"
|
- '^/api([/?].*)?$'
|
||||||
- "^/share([/?].*)?$"
|
- '^/share([/?].*)?$'
|
||||||
- "^/static([/?].*)?$"
|
- '^/static([/?].*)?$'
|
||||||
policy: bypass
|
policy: bypass
|
||||||
# two_factor subdomains
|
# two_factor subdomains
|
||||||
- domain:
|
- domain:
|
||||||
- akanealw.com
|
- 'akanealw.com'
|
||||||
- "*.akanealw.com"
|
- '*.akanealw.com'
|
||||||
policy: two_factor
|
policy: two_factor
|
||||||
|
|
||||||
session:
|
session:
|
||||||
|
|||||||
Reference in New Issue
Block a user