add dav server

This commit is contained in:
Pim Kunis 2022-12-14 21:35:59 +01:00
parent c985ffd089
commit 2969ee0cf8
6 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,11 @@
version: '3'
services:
radicale:
restart: always
image: mailu/radicale:1.9
ports:
- '0.0.0.0:5232:5232'
volumes:
- /data/radicale:/var/lib/radicale
- /apps/radicale/config:/radicale
command: radicale -S -C /radicale/radicale.conf

View file

@ -0,0 +1,24 @@
[server]
hosts = 0.0.0.0:5232, [::]:5232
ssl = False
[encoding]
request = utf-8
stock = utf-8
[auth]
realm = Radicale - Password Required
type = htpasswd
htpasswd_filename = /radicale/users
htpasswd_encryption = md5
[rights]
type = owner_only
[storage]
type = multifilesystem
filesystem_folder = /data
[logging]
[headers]

View file

@ -0,0 +1 @@
pim:$apr1$GUiTihkS$dDCkaUxFx/O86m6NCy/yQ.