added nextcloud
This commit is contained in:
parent
091a23625d
commit
eed70a6969
5 changed files with 69 additions and 0 deletions
|
|
@ -16,4 +16,7 @@ in
|
|||
"secrets/authelia-session-secret.age".publicKeys = users ++ systems;
|
||||
# The hashed users database (contains bcrypt-hashed passwords)
|
||||
"secrets/authelia-users.age".publicKeys = users ++ systems;
|
||||
|
||||
# Nextcloud admin password (plaintext, read by the nextcloud service)
|
||||
"secrets/nextcloud-admin-pass.age".publicKeys = users ++ systems;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue