2020-07-10 00:58:55 +02:00
|
|
|
---
|
|
|
|
dkron:
|
|
|
|
enabled: true
|
2021-08-19 21:15:24 +02:00
|
|
|
install_dir: /usr/local/apps
|
|
|
|
release_dir: /usr/local/apps/releases
|
|
|
|
mirror: https://github.com/distribworks/dkron/releases/download
|
|
|
|
version: 3.0.5
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
runuser: dkron
|
|
|
|
user: user
|
|
|
|
password: password
|
|
|
|
url: http://localhost:8898
|
2020-07-10 00:58:55 +02:00
|
|
|
verify: false
|
|
|
|
config:
|
|
|
|
bootstrap-expect: 1
|
|
|
|
server: true
|
2020-12-26 17:41:56 +01:00
|
|
|
ui: true
|
2021-08-19 21:15:24 +02:00
|
|
|
http-addr: 127.0.0.1:8898
|
|
|
|
data-dir: /var/lib/dkron
|
2023-03-10 00:07:59 +01:00
|
|
|
jobs: {}
|
2023-03-31 17:21:20 +02:00
|
|
|
default_job:
|
|
|
|
displayname: 'Default Job'
|
|
|
|
schedule: "0 0 0 * * *"
|
|
|
|
timezone: "Europe/Paris"
|
|
|
|
owner: "root"
|
|
|
|
owner_email: "@paulbsd.com"
|
|
|
|
disabled: false
|
|
|
|
tags: {}
|
|
|
|
retries: 0
|
|
|
|
processors: {}
|
|
|
|
concurrency: forbid
|
|
|
|
executor: shell
|
|
|
|
executor_config:
|
|
|
|
command: "echo 'test'"
|
|
|
|
env: >
|
|
|
|
"PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
|
|
|
shell: 'true'
|