Reorganize Actions section and add docs links

This commit is contained in:
Caesar Schinas 2024-07-01 01:17:15 +01:00
parent fa554777f6
commit 173d67d4a2
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -13,7 +13,10 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
- [Public instances](#public-instances) - [Public instances](#public-instances)
- [Packaging](#packaging) - [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) - [Clients](#clients)
- [Mobile](#mobile) - [Mobile](#mobile)
- [Command-line](#command-line) - [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 - [Cloudron package](https://codeberg.org/bart/forgejo-app) - Install Forgejo on a Cloudron server
## Forgejo actions runners ## Forgejo Actions
- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker & shell with binaries for GNU/Linux (amd64, arm64) 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/).
- [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS
### 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 - [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 - [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 ### 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). - [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 ## Clients