removed watch of user file for authelia(was causing build failure), added windows ssh key
This commit is contained in:
parent
74f191b42a
commit
d7d5d5207d
3 changed files with 197 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue