Move branches to the table (readying for gothub-instances)

Signed-off-by: Odyssium <odyssium@noreply.codeberg.org>
このコミットが含まれているのは:
Odyssium 2023-02-09 19:58:57 +00:00
コミット c8524a2999
1個のファイルの変更14行の追加18行の削除

ファイルの表示

@ -11,25 +11,21 @@ Alternative front-end for GitHub written with Go. (WIP)
- Save bandwidth - no JavaScript/tracking bloat loaded!
## Instances
### Master Branch
These instances run the ``master`` branch of GotHub. This means that the version of GotHub they're running has been tested and approved by at least two GotHub maintainers.
### Difference between branches
The ``master`` branch runs on the master branch of GotHub. This means that the instance is running a stable, tested version of GotHub that doesn't get updated as much as ``dev``. Doesn't mean they're not bad though!
| Link | Cloudflare | Country | ISP |
| -------- | ---------- | ----------- | ----- |
| [gh.odyssey346.dev (official)](https://gh.odyssey346.dev) | No | 🇫🇷 | OVHcloud (Trolling Solutions) |
| [gh.riverside.rocks](https://gh.riverside.rocks) | No | 🇺🇸 | Comcast |
| [gh.vern.cc](https://gh.vern.cc)[^1] | No | 🇺🇸 | Hetzner |
| [gh.akisblack.dev](https://gh.akisblack.dev) | No | 🇩🇪 | OVHcloud |
| [gothub.lunar.icu](https://gothub.lunar.icu) | Yes | 🇩🇪 | Unesty |
| [gh.phreedom.club](https://gh.phreedom.club) | No | 🇸🇨 | Flokinet |
### Dev Branch
These instances run the ``dev`` branch of GotHub. While this might mean they are always up to date, they might not be. However, this does mean that you can get the latest and greatest, but could potentially have bugs and other nasty stuff.
| Link | Cloudflare | Country | ISP |
| -------- | ---------- | ----------- | ----- |
| [gh.dev.odyssey346.dev (official)](https://gh.dev.odyssey346.dev) | No | 🇫🇷 | OVHcloud (Trolling Solutions) |
| [gothub.esmailelbob.xyz](https://gothub.esmailelbob.xyz) | No | 🇨🇦 | OVHcloud |
| [dev.gh.akisblack.dev](https://dev.gh.akisblack.dev) | No | 🇩🇪 | OVHcloud |
``dev`` instances run on the dev branch of GotHub. This might mean they are more up-to-date than other instances, but at the same time, they might not be (instance admin might not always update their instance, no auto-updates etc.). You can get the latest and greatest straight out of Git, but you could meet on bugs and other nasty things.
| Link | Cloudflare | Country | ISP | Branch |
| -------- | ---------- | ----------- | ----- | ----- |
| [gh.odyssey346.dev (official)](https://gh.odyssey346.dev) | No | 🇫🇷 | OVHcloud (Trolling Solutions) | master |
| [gh.riverside.rocks](https://gh.riverside.rocks) | No | 🇺🇸 | Comcast | master |
| [gh.vern.cc](https://gh.vern.cc)[^1] | No | 🇺🇸 | Hetzner | master |
| [gh.akisblack.dev](https://gh.akisblack.dev) | No | 🇩🇪 | OVHcloud | master |
| [gothub.lunar.icu](https://gothub.lunar.icu) | Yes | 🇩🇪 | Unesty | master |
| [gh.phreedom.club](https://gh.phreedom.club) | No | 🇸🇨 | Flokinet | master |
| [gh.dev.odyssey346.dev (official)](https://gh.dev.odyssey346.dev) | No | 🇫🇷 | OVHcloud (Trolling Solutions) | dev |
| [gothub.esmailelbob.xyz](https://gothub.esmailelbob.xyz) | No | 🇨🇦 | OVHcloud | dev |
| [dev.gh.akisblack.dev](https://dev.gh.akisblack.dev) | No | 🇩🇪 | OVHcloud | dev |
Have an instance you want on the list? Make an issue or PR!