Sebastian Hugentobler
7f169c3896
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m14s
6 lines
301 B
Cheetah
6 lines
301 B
Cheetah
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
|
|
auth_username_format ="%Ln"
|
|
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
|
|
disable_plaintext_auth = no
|
|
!include auth-oauth2.conf.ext
|