diff --git a/Dockerfile b/Dockerfile index 0635cff..5716bcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk add --no-cache curl bash python3 py3-pip \ - && pip3 install 'radicale<3' passlib + && pip3 install radicale passlib COPY radicale.conf /radicale.conf diff --git a/radicale.conf b/radicale.conf index 5f34a1c..701fddb 100644 --- a/radicale.conf +++ b/radicale.conf @@ -1,8 +1,6 @@ [server] hosts = 0.0.0.0:5232 ssl = False -dns_lookup = False -realm = Password Required [encoding] request = utf-8 @@ -12,6 +10,7 @@ stock = utf-8 type = htpasswd htpasswd_filename = /data/users htpasswd_encryption = md5 +realm = Password Required [rights] type = owner_only @@ -21,8 +20,7 @@ type = multifilesystem filesystem_folder = /data/collections [logging] -#level=debug -debug=true +level=debug [headers]