Enable TOTP and WebAuthn in Authelia configuration(QR code)

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 15:47:28 +02:00
parent 5d3d56bd35
commit e81ffdea23

View file

@ -40,10 +40,13 @@
log.level = "info";
totp = {
disable = false;
issuer = "srazka.com";
period = 30;
};
webauthn.disable = true;
# File-based user database (simplest, no LDAP needed)
authentication_backend.file = {
path = config.age.secrets."authelia-users".path;