monitoring: added nextcloud as well
This commit is contained in:
parent
cb121c5369
commit
f0346a3c38
5 changed files with 48 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
nextcloud-admin-pass.file = ./nextcloud/admin-pass.age;
|
||||
nextcloud-secrets.file = ./nextcloud/secrets.age;
|
||||
nextcloud-smtp-pass.file = ./nextcloud/smtp-pass.age;
|
||||
nextcloud-serverinfo-token.file = ./nextcloud/serverinfo-token.age;
|
||||
|
||||
# stalwart
|
||||
stalwart-admin-fallback-password.file = ./stalwart/admin-fallback-password.age;
|
||||
|
|
BIN
secrets/nextcloud/serverinfo-token.age
Normal file
BIN
secrets/nextcloud/serverinfo-token.age
Normal file
Binary file not shown.
|
@ -44,6 +44,7 @@ in
|
|||
"nextcloud/admin-pass.age".publicKeys = defaultAccess;
|
||||
"nextcloud/secrets.age".publicKeys = defaultAccess;
|
||||
"nextcloud/smtp-pass.age".publicKeys = defaultAccess;
|
||||
"nextcloud/serverinfo-token.age".publicKeys = defaultAccess;
|
||||
|
||||
# mailserver/stalwart
|
||||
"stalwart/admin-fallback-password.age".publicKeys = defaultAccess;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue