diff options
| author | Ismail D <[email protected]> | 2022-12-23 05:26:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-22 20:26:15 -0800 |
| commit | d5201e33ae32357c7bea3089526622cf21e4f07f (patch) | |
| tree | e0390ebc3942ffca632d3baef4eccc7c6551d273 /public | |
| parent | 33c9732752a4cfd5b96793c9cfd7823b2e997186 (diff) | |
| download | caprover-one-click-apps-d5201e33ae32357c7bea3089526622cf21e4f07f.tar.gz caprover-one-click-apps-d5201e33ae32357c7bea3089526622cf21e4f07f.zip | |
Add Cronicle (#817)
* Add Cronicle
* Format
* Update tags link
* Cleanup volume
* Add missing volumes
Diffstat (limited to 'public')
| -rw-r--r-- | public/v4/apps/cronicle.yml | 41 | ||||
| -rw-r--r-- | public/v4/logos/cronicle.png | bin | 0 -> 18563 bytes |
2 files changed, 41 insertions, 0 deletions
diff --git a/public/v4/apps/cronicle.yml b/public/v4/apps/cronicle.yml new file mode 100644 index 0000000..9426ce2 --- /dev/null +++ b/public/v4/apps/cronicle.yml @@ -0,0 +1,41 @@ +captainVersion: 4 +services: + $$cap_appname: + image: soulteary/cronicle:$$cap_version + restart: always + volumes: + - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro + - $$cap_appname:/opt/cronicle/data:rw + - $$cap_appname-plugins:/opt/cronicle/plugins:rw + environment: + - TZ=$$cap_timezone + logging: + driver: 'json-file' + options: + max-size: '10m' + caproverExtra: + containerHttpPort: '3012' +caproverOneClickApp: + variables: + - id: $$cap_version + label: Cronicle Version + defaultValue: '0.9.17' + description: Check out their docker page for the valid tags https://hub.docker.com/r/soulteary/cronicle/tags + validRegex: /^([^\s^\/])+$/ + - id: $$cap_timezone + label: Timezone + defaultValue: 'Etc/UTC' + description: 'Check out all the available timezones here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones' + instructions: + start: >- + A simple, distributed task scheduler and runner with a web based UI. + end: >- + Aaaand you're done! 😄 + Your service is available at http://$$cap_appname.$$cap_root_domain. + **IMPORTANT: Make sure to enable websocket support in the HTTP settings**. + **Credentials**: `admin`/`admin` + displayName: 'Cronicle' + isOfficial: false + description: A simple, distributed task scheduler and runner with a web based UI. + documentation: Taken from https://github.com/jhuckaby/Cronicle and https://github.com/soulteary/docker-cronicle diff --git a/public/v4/logos/cronicle.png b/public/v4/logos/cronicle.png Binary files differnew file mode 100644 index 0000000..34a8769 --- /dev/null +++ b/public/v4/logos/cronicle.png |
