Add Radicale config
This commit is contained in:
parent
e865368100
commit
d3ab4dd8c8
3 changed files with 22 additions and 0 deletions
3
src/Radicale/.install.fish
Executable file
3
src/Radicale/.install.fish
Executable 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
2
src/Radicale/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Radicale
|
||||
Install to `/etc/radicale`.
|
17
src/Radicale/config
Normal file
17
src/Radicale/config
Normal 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
|
Loading…
Reference in a new issue