diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:35:54 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:39:16 -0500 |
commit | ae64628958a10362aa7c65050ca8ff2546220c95 (patch) | |
tree | a8256e6c7e989709c7589cfc3c92f4d11f27753b /roles/vpn/templates | |
parent | fb0b3914086484d9284426985984e2c1699ba557 (diff) | |
download | oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.tar.gz oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.zip |
add mail role!
Diffstat (limited to 'roles/vpn/templates')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index d083c8f..750a05f 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -236,7 +236,7 @@ unix_socket_permission: "0770" # OpenID Connect oidc: # Block further startup until the OIDC provider is healthy and available - only_start_if_oidc_is_available: true + only_start_if_oidc_is_available: false # Specified by your OIDC provider issuer: "https://authelia.simponic.xyz" # Specified/generated by your OIDC provider |