diff options
| author | Nick Maietta <[email protected]> | 2021-12-26 16:21:18 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-26 16:21:18 -0800 |
| commit | b1a442afd945c0ad9b81b962ef0ac51066acca95 (patch) | |
| tree | 3ea4eb79d8cacaec62196206937d923df5ae8945 /public/v4 | |
| parent | 0ad28e01b57eccb78d5b53ea2901844ec4736c6c (diff) | |
| download | caprover-one-click-apps-b1a442afd945c0ad9b81b962ef0ac51066acca95.tar.gz caprover-one-click-apps-b1a442afd945c0ad9b81b962ef0ac51066acca95.zip | |
Added Chadburn Scheduler (#591)
Diffstat (limited to 'public/v4')
| -rw-r--r-- | public/v4/apps/chadburn.yml | 30 | ||||
| -rw-r--r-- | public/v4/logos/chadburn.png | bin | 0 -> 11522 bytes |
2 files changed, 30 insertions, 0 deletions
diff --git a/public/v4/apps/chadburn.yml b/public/v4/apps/chadburn.yml new file mode 100644 index 0000000..1a44164 --- /dev/null +++ b/public/v4/apps/chadburn.yml @@ -0,0 +1,30 @@ +captainVersion: 4 +version: 3.3 +services: + '$$cap_appname': + image: ghcr.io/premoweb/chadburn:$$cap_version + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + caproverExtra: + notExposeAsWebApp: 'true' +caproverOneClickApp: + variables: + - id: '$$cap_version' + label: Chadburn version + defaultValue: 'v1.0.0' + description: See https://github.com/PremoWeb/Chadburn/releases for a list of versions and changelog details. + validRegex: "/^([^\\s^\\/])+$/" + - id: '$$cap_tz' + label: Time Zone + defaultValue: America/Los_Angeles + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: '/.{1,}/' + instructions: + start: |- + Chadburn is a modern and low footprint job scheduler for docker environments, written in Go. Chadburn aims to be a replacement for the old fashioned cron. + end: |- + Chadburn has been successfully deployed! Please visit https://github.com/PremoWeb/Chadburn for more information on usage. + displayName: Chadburn + isOfficial: true + description: Chadburn is a modern and low footprint job scheduler for docker environments, built on Go. Chadburn is a suitable replacement for the old fashioned cron in Docker environments. + documentation: See https://github.com/Premoweb/Chadburn for official documentation and how it's used within Caprover. diff --git a/public/v4/logos/chadburn.png b/public/v4/logos/chadburn.png Binary files differnew file mode 100644 index 0000000..384b460 --- /dev/null +++ b/public/v4/logos/chadburn.png |
