added baikal app template (#725)
* added baikal app template * changed default image version to 0.9.2-nginx * added correct png for baikal logo * fixed baikal displayName Co-authored-by: Vasu Bhatia <github@vbh.ai>
This commit is contained in:
parent
55b5fa13ff
commit
1cc757afec
|
|
@ -0,0 +1,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/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
|
|
@ -0,0 +1,4 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=https://github.com/
|
||||
HostUrl=https://sabre.io/img/baikal.png
|
||||
Loading…
Reference in New Issue