Caldav (wip mail)
This commit is contained in:
parent
5c69ae8390
commit
edbef36e0e
9 changed files with 134 additions and 4 deletions
13
clients/quadraticserver/caldav.nix
Normal file
13
clients/quadraticserver/caldav.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{config, ...}: {
|
||||
services = {
|
||||
radicale = {
|
||||
enable = true;
|
||||
settings.auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = config.age.secrets."caldavUsers.age".path;
|
||||
htpasswd_encryption = "htpasswd";
|
||||
};
|
||||
};
|
||||
caddy.virtualHosts."dav.henryhiles.com".extraConfig = "reverse_proxy localhost:5232";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue