summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/chadburn.yml
blob: a5a9b5744edac457e9a0047db34a4aac4901008b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
captainVersion: 4
version: 3.3
services:
    '$$cap_appname':
        image: ghcr.io/premoweb/chadburn:$$cap_version
        volumes:
            - /var/run/docker.sock:/var/run/docker.sock
        environment:
            TZ: '$$cap_tz'
        caproverExtra:
            notExposeAsWebApp: 'true'
caproverOneClickApp:
    variables:
        - id: '$$cap_version'
          label: Chadburn version
          defaultValue: '1.0.1'
          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.