From 59b2cf8f7cd83c5e4b8d95388f7e4fcb712ec626 Mon Sep 17 00:00:00 2001
From: NorthRealm <northrealm@noreply.gitea.com>
Date: Wed, 23 Apr 2025 17:35:15 +0000
Subject: [PATCH] Add to Devops (#159)

It's a simple solution that enables running Gitea Actions job in ephemeral virtual machine.

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/159
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: NorthRealm <northrealm@noreply.gitea.com>
Co-committed-by: NorthRealm <northrealm@noreply.gitea.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6042c6e..2619fc1 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
 - [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea.
 - [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard)
 - [mvoCI](https://codeberg.org/snaums/mvoCI) - very simple Continuous Integration Server written in go. Built-in Gitea support.
+- [QEMU-KVM-Solution](https://github.com/CrimsonGiteaActions/QEMU-KVM-Solution) - A simple solution that enables running Gitea Actions job in ephemeral virtual machine.
 - [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool
 - [soba](https://github.com/jonhadfield/soba) - scheduled backups of user/organization Gitea repositories with change detection.
 - [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions.