Add missing auth.type Radicale setting (#3051)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|||||||
Reference in New Issue
Block a user