From cde1b3b95de32b40a095ad5c81462ed334e637a5 Mon Sep 17 00:00:00 2001 From: LJ <5854483+ljoonal@users.noreply.github.com> Date: Mon, 2 Jan 2023 06:30:10 +0200 Subject: [PATCH] Add an small autoscaler project to awesome list (#1517) A small project, that creates and removes VPS server on hetzner, based on the current CI needs. --- docs/docs/92-awesome.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/92-awesome.md b/docs/docs/92-awesome.md index 22eac52b5..d6bc024ab 100644 --- a/docs/docs/92-awesome.md +++ b/docs/docs/92-awesome.md @@ -23,6 +23,7 @@ If you have some missing resources, please feel free to [open a pull-request](ht - [Convert Drone CI pipelines to Woodpecker CI](https://codeberg.org/lafriks/woodpecker-pipeline-transform) - [Ansible NAS](https://github.com/davestephens/ansible-nas/) - a homelab Ansible playbook that can set up Woodpecker-CI and Gitea - [picus](https://github.com/windsource/picus) - Picus connects to a Woodpecker CI server and creates an agent in the cloud when there are pending workflows. +- [Hetzner cloud](https://www.hetzner.com/cloud) based [Woodpecker compatible autoscaler](https://git.ljoonal.xyz/ljoonal/hetzner-ci-autoscaler) - Creates and destroys VPS instances based on the count of pending & running jobs. ## Templates