forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
675 B
17 lines
675 B
description: "Radicale CalDAV Server"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
## XXXvlab: currently only used when building LXC along with hooks/install
|
|
## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
|
|
inherit: base-0k
|
|
compatiblity: ## 'hooks/install' script was run on a these images without issues
|
|
# - ubuntu/15.10
|
|
docker-compose:
|
|
## Note: we want apache to make the SSL part and authentication
|
|
## XXXvlab: should move to global lxc/docker compatible option
|
|
# ports:
|
|
# - "5232:5232"
|
|
data-resources:
|
|
- /var/lib/radicale
|
|
config-resources:
|
|
## Actually, we should/could probably have the config in YAML
|
|
- /etc/radicale
|