* Add default Radicale config file
* Add Chart.yaml
* Add initial {questions,values}.yaml
* Fix config persistence
* Add Linux capabilities and set PUID
* Add server and encoding config
* Add storage, web, and logging config
* Add rights config
* Add auth settings
* Change mask_passwords to bool
* Add authentication
* Fix questions
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
apiVersion: v2
|
|
appVersion: "3.1.7.0"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 10.1.4
|
|
deprecated: false
|
|
description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
|
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/radicale
|
|
icon: https://truecharts.org/_static/img/appicons/radicale.png
|
|
keywords:
|
|
- radicale
|
|
- CalDAV
|
|
- CardDAV
|
|
- calendars
|
|
- contacts
|
|
- tasks
|
|
- to-do
|
|
kubeVersion: ">=1.16.0-0"
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: radicale
|
|
sources:
|
|
- https://radicale.org/
|
|
- https://github.com/Kozea/Radicale
|
|
- https://github.com/tomsquest/docker-radicale
|
|
- https://hub.docker.com/r/tomsquest/docker-radicale
|
|
type: application
|
|
version: 0.0.1
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- radicale
|
|
- CalDAV
|
|
- CardDAV
|
|
- calendars
|
|
- contacts
|
|
- tasks
|
|
- to-do
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|