Set up Radicale
This commit is contained in:
@@ -41,20 +41,29 @@
|
||||
Projects.path = "/vault/syncthing/Projects";
|
||||
};
|
||||
};
|
||||
#relay = {
|
||||
#enable = true;
|
||||
#pools = "";
|
||||
#};
|
||||
relay = {
|
||||
enable = true;
|
||||
pools = [ "" ];
|
||||
listenAddress = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable Radicale
|
||||
services.radicale = {
|
||||
enable = true;
|
||||
config = ''
|
||||
[server]
|
||||
hosts = 0.0.0.0:5232
|
||||
max_connections = 20
|
||||
max_content_length = 100000000
|
||||
timeout = 30
|
||||
|
||||
[auth]
|
||||
type = htpasswd
|
||||
htpasswd_filename = /var/lib/radicale/radicale.users
|
||||
htpasswd_encryption = plain
|
||||
delay = 1
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user