From 545d28552d704990fbe7b1e7464a99a89c846b01 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 20 Apr 2026 21:26:05 +0200 Subject: [PATCH] Add ci runner idea --- README.md | 1 + projects/infrastructure/automatic-ci-runner-server-setup.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 projects/infrastructure/automatic-ci-runner-server-setup.md diff --git a/README.md b/README.md index 75421b5..482b61a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Name | Status | Blog Entries [Try Authentik](./projects/infrastructure/try-authentik.md) | - | - [Automate Authentik](./projects/infrastructure/automate-authentik.md) | - | - [Try wger](./projects/infrastructure/try-wger.md) | - | - +[Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | - ## Theory Projects Name | Status | Blog Entries diff --git a/projects/infrastructure/automatic-ci-runner-server-setup.md b/projects/infrastructure/automatic-ci-runner-server-setup.md new file mode 100644 index 0000000..ca259f9 --- /dev/null +++ b/projects/infrastructure/automatic-ci-runner-server-setup.md @@ -0,0 +1,2 @@ +# Automatic CI Runner Server Setup +I want to have some setup ready to go (like a cloud-init config) that would allow me to quickly spin up a new CI runner server.