summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-30 05:58:54 +0000
committerSean Whitton <spwhitton@spwhitton.name>2021-11-29 23:06:49 -0700
commit3126a46d85c64355b3d1ff8df9b00ef37bc429e6 (patch)
tree97c16ccacb78d1dbc311be150027f9931570912b /.config
parent5f9839601e7b95140e08502a751bc385163c9fe5 (diff)
downloaddotfiles-3126a46d85c64355b3d1ff8df9b00ef37bc429e6.tar.gz
update radicale config for running in athena LXC
Diffstat (limited to '.config')
-rw-r--r--.config/radicale/config10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/radicale/config b/.config/radicale/config
index 46a954a7..fffb6d70 100644
--- a/.config/radicale/config
+++ b/.config/radicale/config
@@ -15,7 +15,7 @@
# IPv4 syntax: address:port
# IPv6 syntax: [address]:port
# For example: 0.0.0.0:9999, [::]:9999
-#hosts = localhost:5232
+hosts = [::]:5232
# Max parallel connections
#max_connections = 8
@@ -53,15 +53,15 @@ key = /etc/ssl/private/ssl-cert-snakeoil.key
# Authentication method
# Value: none | htpasswd | remote_user | http_x_remote_user
-type = remote_user
+type = htpasswd
# Htpasswd filename
-#htpasswd_filename = /etc/radicale/users
+htpasswd_filename = ~/.config/radicale/users
# Htpasswd encryption method
# Value: plain | bcrypt | md5
# bcrypt requires the installation of radicale[bcrypt].
-#htpasswd_encryption = md5
+htpasswd_encryption = md5
# Incorrect authentication delay (seconds)
#delay = 1
@@ -101,7 +101,7 @@ hook = git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(
# Web interface backend
# Value: none | internal
-#type = internal
+type = none
[logging]