add webdav service
This commit is contained in:
parent
8ac6886c1d
commit
ca5881d12c
4 changed files with 144 additions and 0 deletions
BIN
secrets/radicale_htpasswd.age
Normal file
BIN
secrets/radicale_htpasswd.age
Normal file
Binary file not shown.
|
|
@ -22,6 +22,7 @@ let
|
|||
_sql = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcSXjDSyVVVdJbpheOhT0fIuOGFk+jsHhjrAVnBNLQV root@sql";
|
||||
_www = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID4TJCMuJZn03soKuxxv6ywFKiXfhLf9Ab03fbMqNaBJ root@www";
|
||||
_monitoring = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINmRWdAUur0lb08NiB6ZWLrGmCeELRV30ElxRLfVJGPB root@monitoring";
|
||||
_dav = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICArHbX8OlNOv8HCWyyFvyi60d6MRFYe+apK0iGJ7yIM root@dav";
|
||||
in
|
||||
{
|
||||
"matrix_admin_password.age".publicKeys = xengi;
|
||||
|
|
@ -59,4 +60,5 @@ in
|
|||
++ [ _sql ];
|
||||
|
||||
"www-staging-htpasswd.age".publicKeys = xengi ++ [ _www ];
|
||||
"radicale_htpasswd.age".publicKeys = xengi ++ [ _dav ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue