From 59fc1d08cf1171599394b016e4f4593d300ae00f Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 18 Jan 2026 19:02:17 +0100 Subject: [PATCH] Add gitea runner idea --- README.md | 1 + projects/custom-gitea-runners.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 projects/custom-gitea-runners.md diff --git a/README.md b/README.md index 6583e6b..604de5a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Name | Status [Custom Rust async runtime](./projects/custom-rust-async-runtime.md) | - [Custom drone software](./projects/custom-drone-software.md) | - [Camera tracker](./projects/camera-tracker.md) | - +[Custom Gitea Runner](./projects/custom-gitea-runners.md) | - [Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - ## Hardware Projects diff --git a/projects/custom-gitea-runners.md b/projects/custom-gitea-runners.md new file mode 100644 index 0000000..faefa8f --- /dev/null +++ b/projects/custom-gitea-runners.md @@ -0,0 +1,5 @@ +# Custom Gitea Runners +A custom gitea runner to run actions on a nomda cluster + +## Implementation +[Nomact Repo](https://gitea.lol3r.com/leon/nomact)