2024-09-14 11:47:16 +00:00
The resources used by the infrastructure are in the https://code.forgejo.org/infrastructure/ organization.
2024-09-16 14:41:36 +00:00
There is a [dedicated chatroom ](https://matrix.to/#/#forgejo-ci:matrix.org ). A mirror of this repository is available at https://git.pub.solar/forgejo/infrastructure-documentation.
2024-09-14 11:43:39 +00:00
2024-10-20 09:24:52 +00:00
## Table of content
2024-09-14 11:47:16 +00:00
2024-10-23 15:12:53 +00:00
- K8S cluster [files and documentation ](https://code.forgejo.org/infrastructure/k8s-cluster )
2024-10-20 09:24:52 +00:00
- Setting up a new [LXC/DRBD Host ](lxc.md )
- Installing a [Forgejo runner in an LXC container ](runner-lxc.md )
- Managing the [Octopuce host ](octopuce.md )
2024-09-14 11:47:16 +00:00
2024-11-07 13:37:58 +00:00
## aburayama @ codeberg
Dedicated to hosting Forgejo runners.
See [the codeberg documentation ](https://codeberg.org/Codeberg-Infrastructure/meta#ssh-access ) for SSH access.
```ssh-config
Host *.lxc.aburayama.local
User earl
ProxyJump aburayama.m.codeberg.org
Host *.m.codeberg.org
User jump
Port 19198
ForwardAgent yes
```
2024-11-05 16:04:18 +00:00
## hetzner{05,06}
2024-09-14 11:47:16 +00:00
2024-11-05 16:04:18 +00:00
https://hetzner05.forgejo.org & https://hetzner06.forgejo.org run on [EX44 ](https://www.hetzner.com/dedicated-rootserver/ex44 ) Hetzner hardware.
2024-09-14 11:47:16 +00:00
2024-11-05 16:04:18 +00:00
They are dedicated to the long running K8S cluster [files and documentation ](https://code.forgejo.org/infrastructure/k8s-cluster ). It is also where some legacy machines that are no longer actively used are preserved, to be revived when/if they are needed. They are in the `/precious/lxc` directory. The root file system are archived in `/precious/hetzner` in case they contain something worth keeping.
2024-09-14 11:47:16 +00:00
2024-11-05 16:04:18 +00:00
- `forgefriends-forum` (hetzner06)
2024-09-14 11:47:16 +00:00
Dedicated to https://forum.forgefriends.org
- Docker enabled
2024-11-05 16:04:18 +00:00
- `forgefriends-gitlab` (hetzner06)
2024-09-14 11:47:16 +00:00
Dedicated to https://lab.forgefriends.org
- Docker enabled
2024-11-05 16:04:18 +00:00
- `forgefriends-cloud` (hetzner06)
2024-09-14 11:47:16 +00:00
Dedicated to https://cloud.forgefriends.org
- Docker enabled
2024-11-05 16:04:18 +00:00
- `gna-forgejo` (hetzner06)
2024-09-14 11:47:16 +00:00
Dedicated to https://forgejo.gna.org
- Docker enabled
2024-11-05 16:04:18 +00:00
- `gna-forum` (hetzner06)
2024-09-14 11:47:16 +00:00
Dedicated to https://forum.gna.org
- Docker enabled
## Uberspace
The website https://forgejo.org is hosted at
https://uberspace.de/. The https://codeberg.org/forgejo/website/ CI
has credentials to push HTML pages there.