Add missing auth.type Radicale setting (#3051)

This commit is contained in:
Michael Schnerring 2022-07-03 08:00:16 +02:00 committed by GitHub
parent b6b4d8f1b1
commit 5c31f0d8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/tomsquest/docker-radicale
- https://hub.docker.com/r/tomsquest/docker-radicale
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- radicale

View File

@ -79,6 +79,7 @@ data:
# Authentication method
# Value: none | htpasswd | remote_user | http_x_remote_user
#type = none
type = {{ .Values.radicale.auth.type }}
# Htpasswd filename
#htpasswd_filename = /etc/radicale/users

View File

@ -18,6 +18,7 @@ radicale:
request: utf-8
stock: utf-8
auth:
type: htpasswd
delay: 1
realm: Radicale - Password Required
users: []