diff options
| author | Vasu Bhatia <[email protected]> | 2022-09-25 07:16:24 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-24 18:46:24 -0700 |
| commit | 1cc757afec74ba414677a54f693dee19ddccb2ad (patch) | |
| tree | ae66d39031065408ff187b9785ca375628f1fc34 | |
| parent | 55b5fa13ff9418c52377ed8a2ea7418f2503f7dc (diff) | |
| download | caprover-one-click-apps-1cc757afec74ba414677a54f693dee19ddccb2ad.tar.gz caprover-one-click-apps-1cc757afec74ba414677a54f693dee19ddccb2ad.zip | |
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 <[email protected]>
| -rw-r--r-- | public/v4/apps/baikal.yml | 26 | ||||
| -rw-r--r-- | public/v4/logos/baikal.png | bin | 0 -> 10115 bytes | |||
| -rw-r--r-- | public/v4/logos/baikal.png:Zone.Identifier | 4 |
3 files changed, 30 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..1a623ea --- /dev/null +++ b/public/v4/logos/baikal.png 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
|
