Compare commits
No commits in common. "cfd5ab9230aaf5fa5388debcc89309efd761364f" and "a1991536491c9ab6f5e01a379a08f54cb3de2360" have entirely different histories.
cfd5ab9230
...
a199153649
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl bash python3 py3-pip \
|
||||
&& pip3 install radicale passlib
|
||||
&& pip3 install 'radicale<3' passlib
|
||||
|
||||
COPY radicale.conf /radicale.conf
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
[server]
|
||||
hosts = 0.0.0.0:5232
|
||||
ssl = False
|
||||
dns_lookup = False
|
||||
realm = Password Required
|
||||
|
||||
[encoding]
|
||||
request = utf-8
|
||||
|
|
@ -10,7 +12,6 @@ stock = utf-8
|
|||
type = htpasswd
|
||||
htpasswd_filename = /data/users
|
||||
htpasswd_encryption = md5
|
||||
realm = Password Required
|
||||
|
||||
[rights]
|
||||
type = owner_only
|
||||
|
|
@ -20,7 +21,8 @@ type = multifilesystem
|
|||
filesystem_folder = /data/collections
|
||||
|
||||
[logging]
|
||||
level=debug
|
||||
#level=debug
|
||||
debug=true
|
||||
|
||||
[headers]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue