Periodic tasks creator in various tasks tracking and issues management systems.
Go to file
Stanislav Nikitin 7fa3553da6
continuous-integration/drone/push Build is passing Details
Make linters happy.
2022-06-29 13:19:22 +05:00
internal Make linters happy. 2022-06-29 13:19:22 +05:00
scripts Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
.drone.yml Update Drone configuration and Dockerfile to use mirrorred images. 2022-06-29 00:32:36 +05:00
.gitignore Linting fixes. 2021-11-21 17:38:31 +05:00
.gitlab-ci.yml Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
.golangci.yml Make linters happy. 2022-06-29 13:19:22 +05:00
CHANGELOG.md Update changelog before new release. 2021-09-29 07:43:24 +05:00
Dockerfile Update Drone configuration and Dockerfile to use mirrorred images. 2022-06-29 00:32:36 +05:00
LICENSE Add license and fix CI configuration to push to latest Docker tag tagged image. 2021-09-28 13:15:40 +05:00
Makefile Update to cron v3, ability to show next issues creation timestamps and little refactor. 2021-09-29 07:35:31 +05:00
README.md Update README about Docker registry. 2021-11-21 17:41:00 +05:00
config.example.yaml Add build helpers and improve configuration example. 2021-09-28 08:35:03 +05:00
go.mod Fix go.mod. 2021-11-20 03:21:02 +05:00
go.sum Fix go.mod. 2021-11-20 03:21:02 +05:00
main.go Linting fixes. 2021-11-21 17:38:31 +05:00

README.md

Periodicator

A thing that do some things periodically.

Initially created for periodic issues (or tasks) creation in Gitlab.

Installing

There are several ways to install Periodicator.

Using binary release

Head over releases page, grab your binary and configure your system to start binary using cron.

Using Docker image

Compose a configuration file (read below) and add this to your cron:

docker run --rm -v ./config.yaml:/periodicator.yaml pztrn/periodicator:latest

Configuring

See config.example.yaml file in repository's root with configuration file structure and parameters description.