mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2025-04-24 00:58:08 +02:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
3193b01e47
2 changed files with 23 additions and 11 deletions
33
README.md
33
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)
|
||||
|
@ -23,7 +26,7 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an
|
|||
- [Bots](#bots)
|
||||
- [Scripts](#scripts)
|
||||
- [Package deployment](#package-deployment)
|
||||
- [API clients](#api-clients)
|
||||
- [API client libraries](#api-client-libraries)
|
||||
- [References](#references)
|
||||
- [Maintainers](#maintainers)
|
||||
- [Contributors](#contributors)
|
||||
|
@ -67,7 +70,6 @@ Forgejo instances with open registration.
|
|||
- [Disroot](https://disroot.org/en/services/git) - a platform providing online services based on principles of freedom, privacy, federation and decentralization. Also provides many other free hosted services.
|
||||
- [pub.solar](https://git.pub.solar) - Register/Login via [pub.solar ID](https://auth.pub.solar), run by a German tech collective with the goal to enable more people to use free software, have secure digital communications, and to take control over their private data.
|
||||
- [KaKi's git](https://git.kaki87.net) - free and open, run by a French web developer.
|
||||
- [dpaste git](https://git.dpaste.org) - free and open, run by a coffee lover.
|
||||
|
||||
|
||||
## Packaging
|
||||
|
@ -88,7 +90,7 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for
|
|||
- **Fedora**
|
||||
- [RPM copr repo](https://copr.fedorainfracloud.org/coprs/nalika/gitea/)
|
||||
- **FreeBSD**
|
||||
- [ports tree: www/forgejo](https://www.freshports.org/www/forgejo) - will be available in the quarterly ports branch from 2024Q2.
|
||||
- [Port `www/forgejo` / package `forgejo`](https://www.freshports.org/www/forgejo) - binary packages available in latest and quarterly 2024Q2 or newer.
|
||||
- **Gentoo**
|
||||
- [Gentoo GURU `www-apps/forgejo` package](https://gitweb.gentoo.org/repo/proj/guru.git/tree/www-apps/forgejo)
|
||||
- **Kubernetes**
|
||||
|
@ -109,11 +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 on the specified instance (default: codeberg.org), name and token (generated `.runner` config file keeps in a Kubernetes Secret).
|
||||
- [helm-chart](https://codeberg.org/wrenix/helm-charts/src/branch/main/forgejo-runner) - Deploy a Forgejo Actions runner on the specified Forgejo instance
|
||||
|
||||
### 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
|
||||
|
||||
|
@ -147,9 +158,10 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for
|
|||
### Package deployment
|
||||
- [lein-forgejo-wagon](https://codeberg.org/rome-user/lein-forgejo-wagon) - Leiningen plugin for deployment and downloading of JARs in Maven repositories hosted on Forgejo packages.
|
||||
|
||||
### API clients
|
||||
### API client libraries
|
||||
- [Cyborus/forgejo-api](https://codeberg.org/Cyborus/forgejo-api) - Rust crate to interact with the Forgejo API (`Rust - Apache or MIT`)
|
||||
- [harabat/pyforgejo](https://codeberg.org/harabat/pyforgejo) - A client library for accessing the Forgejo API (`Python - MIT`)
|
||||
- [harabat/pyforgejo](https://codeberg.org/harabat/pyforgejo) - Python client library to interact with the Forgejo API (`Python - MIT`)
|
||||
- [mvdkleijn/forgejo-sdk](https://codeberg.org/mvdkleijn/forgejo-sdk) - Go client library to interact with the Forgejo API (fork of [gitea/go-sdk](https://gitea.com/gitea/go-sdk)) (`Go - MIT`)
|
||||
|
||||
## References
|
||||
Noteworthy news, articles and information about Forgejo.
|
||||
|
@ -169,7 +181,6 @@ an [Issue](https://codeberg.org/forgejo-contrib/delightful-forgejo/issues) in ou
|
|||
|
||||
- [`@caesar`](https://codeberg.org/caesar)
|
||||
- [`@crystal`](https://codeberg.org/crystal)
|
||||
- [`@Ryuno-Ki`](https://codeberg.org/Ryuno-Ki)
|
||||
|
||||
|
||||
## Contributors
|
||||
|
|
|
@ -18,4 +18,5 @@ These fine people brought us delight by adding their gems of freedom to this del
|
|||
- [Bart Mathijssen](https://bartmathijssen.com/) (codeberg: [@bart](https://codeberg.org/bart), fediverse: [@bart@bartmathijssen.com](https://mastodon.bartmathijssen.com/@bart))
|
||||
- [domske](https://codeberg.org/domske)
|
||||
- [Darren Nathanael](https://darrennathanael.com)
|
||||
- [Stefan Bethke](stb@lassitu.de)
|
||||
- [Ikuyo Kita](https://kita.codeberg.page) (codeberg: [@kita](https://codeberg.org/kita), fediverse: [@kitacat@wetdry.world](https://wetdry.world/@kitacat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue