removed watch of user file for authelia(was causing build failure), added windows ssh key

This commit is contained in:
Jakub Dorfman 2026-04-26 15:25:47 +02:00
parent 74f191b42a
commit d7d5d5207d
3 changed files with 197 additions and 3 deletions

View file

@ -47,8 +47,7 @@
# File-based user database (simplest, no LDAP needed)
authentication_backend.file = {
path = config.age.secrets."authelia-users".path;
# Periodically re-reads the file; useful for adding users without restart
watch = true;
watch = false;
};
# SQLite is the simplest storage - fine for a single VPS