General information about this Git hosting instance.
Find a file
Magnus Leßmann (@MarkL4YG) 59f4ffce6e
All checks were successful
/ ipv6 (push) Successful in 33s
Remove node image experiment
2025-01-15 17:47:26 +01:00
.forgejo/workflows experiment: Create generic node build image 2025-01-09 18:58:29 +01:00
docs Include passt dependency 2025-01-09 13:21:58 +01:00
.editorconfig Add demo WF for IpPv6 test 2025-01-07 17:42:07 +01:00
.gitignore Initialize repo with docs on how to host runners 2025-01-07 16:29:19 +01:00
readme.md Update proxy addr (now via. IPv6-only) 2025-01-15 17:46:38 +01:00

Forsaken Ashbirds Git hosting

This instance of forgejo is hosted by the Forsaken-Ashbirds community. Forgejo is a non-profit fork of the popular Gitea self-hosting software under the umbrella of Codeberg e.V.

You may receive an invite to this instance if you're friends with us or ask politely on our TeamSpeak server.

Action Runners

At the moment, this instance provides 1 internally available action runner. The runner is hosted in the Hetzner Cloud (CX22) and limited to IPv6 only (IPv4 is only available internally). It's hostname is fsn1-2.forsaken-ashbirds.net.

  • Your usage of this runner must be responsible.
    Please don't overload it or run actions which would harm the reputation of this instance.
  • You are free to register your own runners inside your organizations, repositories or inside your account.
    See docs/hosting-runners.md or docs/hosting-runners-rootless.md for a little guidance.
  • If you want to volunteer additional runner capacity to the entire instance, feel free to get in touch.
  • Provided runners may not be available 24/7 but should be online most of the day.
  • IPv4 connectivity for HTTP connections is available through a proxy service. Use it by specifying HTTP_PROXY=http://6.fsn1-1.forsaken-ashbirds.net:8888 and HTTPS_PROXY=http://6.fsn1-1.forsaken-ashbirds.net:8888 where required. (The service is not reachable from outside the runner. The IPv6-only hostname must be used so that the process doesn't try connecting to the proxy by IPv4.)