blob: 2c3a6d84ac801f0110cf82a170b0c90dc5a38ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
captainVersion: 4
services:
'$$cap_appname':
image: ckulka/baikal:$$cap_version
volumes:
- '$$cap_appname-data:/var/www/baikal/Specific'
- '$$cap_appname-config:/var/www/baikal/config'
caproverExtra:
containerHttpPort: '80'
caproverOneClickApp:
variables:
- id: '$$cap_version'
label: Baikal Version
defaultValue: '0.9.2-nginx'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/ckulka/baikal/tags
validRegex: "/^([^\\s^\\/])+$/"
instructions:
start: |-
Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic php capable server. The data can be stored in a MySQL or a SQLite database.
More details: https://sabre.io/baikal/
end: |-
Baïkal has been successfully deployed!
displayName: Baïkal
isOfficial: false
description: Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars.
documentation: See https://sabre.io/baikal/
|