From 04fac5e4ec81c4df1c93c0f424c2e32d07861a9f Mon Sep 17 00:00:00 2001 From: solarchemist Date: Wed, 21 Jun 2023 19:55:00 +0000 Subject: [PATCH] Add gitea Ansible role to list (#117) For your consideration, this PR adds an Ansible role that I've cobbled together to run two Gitea instances on the same VPS (but the logic in the role should allow an arbitrary number of instances). It is something of a hobby project of mine, but I'd be pleased to receive any comments or suggestions on how to improve the role. Co-authored-by: taha@asks2 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/117 Reviewed-by: John Olheiser Reviewed-by: delvh Co-authored-by: solarchemist Co-committed-by: solarchemist --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77af9b4..55bf4f2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome projects related to Gitea. - [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service - [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea +- [solarchemist/gitea](https://codeberg.org/ansible/gitea) - Ansible role to install and configure multiple Gitea instances on the same host. ## SDK