update to latest release of radicale (3.1.8)
This commit is contained in:
parent
a199153649
commit
a9da24a600
|
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache curl bash python3 py3-pip \
|
RUN apk add --no-cache curl bash python3 py3-pip \
|
||||||
&& pip3 install 'radicale<3' passlib
|
&& pip3 install radicale passlib
|
||||||
|
|
||||||
COPY radicale.conf /radicale.conf
|
COPY radicale.conf /radicale.conf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
[server]
|
[server]
|
||||||
hosts = 0.0.0.0:5232
|
hosts = 0.0.0.0:5232
|
||||||
ssl = False
|
ssl = False
|
||||||
dns_lookup = False
|
|
||||||
realm = Password Required
|
|
||||||
|
|
||||||
[encoding]
|
[encoding]
|
||||||
request = utf-8
|
request = utf-8
|
||||||
|
|
@ -12,6 +10,7 @@ stock = utf-8
|
||||||
type = htpasswd
|
type = htpasswd
|
||||||
htpasswd_filename = /data/users
|
htpasswd_filename = /data/users
|
||||||
htpasswd_encryption = md5
|
htpasswd_encryption = md5
|
||||||
|
realm = Password Required
|
||||||
|
|
||||||
[rights]
|
[rights]
|
||||||
type = owner_only
|
type = owner_only
|
||||||
|
|
@ -21,8 +20,7 @@ type = multifilesystem
|
||||||
filesystem_folder = /data/collections
|
filesystem_folder = /data/collections
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
#level=debug
|
level=debug
|
||||||
debug=true
|
|
||||||
|
|
||||||
[headers]
|
[headers]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue