feat: Implement Authentik group synchronization and add confirmation dialogs for service management
This commit is contained in:
@@ -15,8 +15,8 @@ $samlSettings = [
|
||||
],
|
||||
'group' => 'Users',
|
||||
'matchGroups' => [
|
||||
'enabled' => false,
|
||||
'attribute' => null,
|
||||
'enabled' => true,
|
||||
'attribute' => 'http://schemas.goauthentik.io/2021/02/saml/groups',
|
||||
'extractionRegEx' => null,
|
||||
],
|
||||
],
|
||||
|
||||
@@ -38,12 +38,6 @@ services:
|
||||
- {{ABBREV}}-cms-ca-certs:/var/www/cms/ca-certs
|
||||
ports:
|
||||
- "{{HOST_HTTP_PORT}}:80"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -fsS --max-time 5 http://web:80/about | grep -Eo 'v?[0-9]+(\\.[0-9]+)+' >/dev/null || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
networks:
|
||||
{{ABBREV}}-net:
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user