radicale: replace xandikos with radicale

This commit is contained in:
Payas Relekar 2023-06-05 03:37:28 +05:30
parent 87f9692664
commit b92dfe4f30

View file

@ -110,13 +110,16 @@
};
};
xandikos = {
radicale = {
enable = true;
address = "127.0.0.1";
port = 23232;
extraOptions = [
"--autocreate"
];
settings = {
server.hosts = [ "127.0.0.1:5232" ];
# auth = {
# type = "htpassword";
# htpasswd_filename = "/run/agenix/minio_secret_key";
# htpasswd_encryption = "plain";
# };
};
};
# TODO: Split to their respective locations
@ -159,10 +162,10 @@
locations."/".proxyPass = "http://127.0.0.1:5556";
};
"xandikos.bhankas.org" = {
"radicale.bhankas.org" = {
addSSL = true;
enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:23232";
locations."/".proxyPass = "http://127.0.0.1:5232";
};
};
};
@ -201,7 +204,7 @@
dnsResolver = "1.1.1.1:53";
};
"xandikos.bhankas.org" = {
"radicale.bhankas.org" = {
email = "relekarpayas@gmail.com";
dnsResolver = "1.1.1.1:53";
};