From 1cc757afec74ba414677a54f693dee19ddccb2ad Mon Sep 17 00:00:00 2001 From: Vasu Bhatia Date: Sun, 25 Sep 2022 07:16:24 +0530 Subject: 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 --- public/v4/apps/baikal.yml | 26 ++++++++++++++++++++++++++ public/v4/logos/baikal.png | Bin 0 -> 10115 bytes public/v4/logos/baikal.png:Zone.Identifier | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 public/v4/apps/baikal.yml create mode 100644 public/v4/logos/baikal.png create mode 100644 public/v4/logos/baikal.png:Zone.Identifier diff --git a/public/v4/apps/baikal.yml b/public/v4/apps/baikal.yml new file mode 100644 index 0000000..2c3a6d8 --- /dev/null +++ b/public/v4/apps/baikal.yml @@ -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/ diff --git a/public/v4/logos/baikal.png b/public/v4/logos/baikal.png new file mode 100644 index 0000000..1a623ea Binary files /dev/null and b/public/v4/logos/baikal.png differ diff --git a/public/v4/logos/baikal.png:Zone.Identifier b/public/v4/logos/baikal.png:Zone.Identifier new file mode 100644 index 0000000..2692487 --- /dev/null +++ b/public/v4/logos/baikal.png:Zone.Identifier @@ -0,0 +1,4 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=https://github.com/ +HostUrl=https://sabre.io/img/baikal.png -- cgit v1.2.3