From 173d67d4a27bdd208ba14f5ceea6a814bb525e9d Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Mon, 1 Jul 2024 01:17:15 +0100 Subject: [PATCH] Reorganize Actions section and add docs links --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e5653d..f267dd8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an - [Tutorials](#tutorials) - [Public instances](#public-instances) - [Packaging](#packaging) -- [Forgejo Actions runners](#forgejo-actions-runners) +- [Forgejo Actions](#forgejo-actions) + - [Actions runners](#actions-runners) + - [Actions runner deployment tools](#actions-runner-deployment-tools) + - [Actions](#actions) - [Clients](#clients) - [Mobile](#mobile) - [Command-line](#command-line) @@ -108,14 +111,20 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for - [Cloudron package](https://codeberg.org/bart/forgejo-app) - Install Forgejo on a Cloudron server -## Forgejo actions runners -- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker & shell with binaries for GNU/Linux (amd64, arm64) -- [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS +## Forgejo Actions +Learn about Forgejo actions in the [![][forgejo] Actions admin guide](https://forgejo.org/docs/latest/admin/actions/) and [![][forgejo] Actions user guide](https://forgejo.org/docs/latest/user/actions/). + +### Actions runners +- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) - supports LXC & Docker & shell with binaries for GNU/Linux (amd64, arm64) +- [act runner](https://gitea.com/gitea/act_runner) - supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS + +### Actions runner deployment tools - [forgejo-hetzner-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure - [helm-chart](https://codeberg.org/wrenix/helm-charts/src/branch/main/forgejo-runner) - Deploy a Forgejo Actions runner on the specified Forgejo instance -## Forgejo actions -- [trust-self-signed-cert](https://code.forgejo.org/Seltsamsel/trust-self-signed-cert) Trust a self-signed SSL certificate for future operations (e.g. checkout action). +### Actions +- [trust-self-signed-cert](https://code.forgejo.org/Seltsamsel/trust-self-signed-cert) - Trust a self-signed SSL certificate for future operations (e.g. checkout action). + ## Clients