mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2024-11-14 16:15:00 -05:00
Reorganize Actions section and add docs links
This commit is contained in:
parent
fa554777f6
commit
173d67d4a2
1 changed files with 15 additions and 6 deletions
21
README.md
21
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue