1
Fork 0

Add Radicale config

This commit is contained in:
Edgar P. Burkhart 2023-05-16 17:05:47 +02:00
parent e865368100
commit d3ab4dd8c8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
3 changed files with 22 additions and 0 deletions

3
src/Radicale/.install.fish Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env fish
read -P "Install main config [yN] ? " inst
test $inst = "y"; and sudo install -o radicale -g radicale -m a=r,u=rw -b -D -t /etc/radicale/ config

2
src/Radicale/README.md Normal file
View File

@ -0,0 +1,2 @@
# Radicale
Install to `/etc/radicale`.

17
src/Radicale/config Normal file
View File

@ -0,0 +1,17 @@
[server]
hosts = localhost:5232
[auth]
type = htpasswd
htpasswd_filename = /etc/radicale/users
htpasswd_encryption = bcrypt
[rights]
type = from_file
file = /etc/radicale/rights
[web]
type = internal
[logging]
level = warning