Add missing auth.type Radicale setting (#3051)

This commit is contained in:
Michael Schnerring
2022-07-03 09:00:16 +03:00
committed by GitHub
parent b6b4d8f1b1
commit 5c31f0d8af
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://github.com/tomsquest/docker-radicale - https://github.com/tomsquest/docker-radicale
- https://hub.docker.com/r/tomsquest/docker-radicale - https://hub.docker.com/r/tomsquest/docker-radicale
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- radicale - radicale
@@ -79,6 +79,7 @@ data:
# Authentication method # Authentication method
# Value: none | htpasswd | remote_user | http_x_remote_user # Value: none | htpasswd | remote_user | http_x_remote_user
#type = none #type = none
type = {{ .Values.radicale.auth.type }}
# Htpasswd filename # Htpasswd filename
#htpasswd_filename = /etc/radicale/users #htpasswd_filename = /etc/radicale/users
+1
View File
@@ -18,6 +18,7 @@ radicale:
request: utf-8 request: utf-8
stock: utf-8 stock: utf-8
auth: auth:
type: htpasswd
delay: 1 delay: 1
realm: Radicale - Password Required realm: Radicale - Password Required
users: [] users: []