ファイルへ移動
Odyssey ad0c084876 Use chroma v2 import
Signed-off-by: Odyssey <hi@odyssey346.dev>
2023-02-07 16:47:01 +01:00
cmd/gothub
pages Use chroma v2 import 2023-02-07 16:47:01 +01:00
public
serve Use chroma v2 import 2023-02-07 16:47:01 +01:00
utils Make proxied requests a utility function 2023-01-06 21:13:53 +01:00
views
.gitignore
.woodpecker.yml
Dockerfile
ISSUE_TEMPLATE.md I don't know how Gitea issue templates work. 2023-01-14 12:42:40 +01:00
LICENSE
README.md 🫡 2023-02-05 18:23:37 +00:00
compose.yml
go.mod cleanup serve/serve.go a bit 2023-02-07 15:35:44 +01:00
go.sum cleanup serve/serve.go a bit 2023-02-07 15:35:44 +01:00
main.go

README.md

GotHub

Alternative front-end for GitHub written with Go. (WIP) Matrix

Features

  • Lightweight - for both you and the instance host
  • No JavaScript - pure HTML and CSS goodness
  • No requests made to Micro$oft - they won't even know you made a request!
  • Open source - for peer review & trustworthiness
  • 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.

Link Cloudflare Country ISP
gh.odyssey346.dev (official) No 🇫🇷 OVHcloud (Trolling Solutions)
gh.riverside.rocks No 🇺🇸 Comcast
gh.vern.cc1 No 🇺🇸 Hetzner
gh.akisblack.dev No 🇩🇪 OVHcloud
gothub.lunar.icu Yes 🇩🇪 Unesty
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) No 🇫🇷 OVHcloud (Trolling Solutions)
gothub.esmailelbob.xyz No 🇨🇦 OVHcloud

Have an instance you want on the list? Make an issue or PR!

Setup

Docker

We recommend Docker as it is easy to update GotHub that way and it is easy to setup. Packages page

docker run -d -p 3000:3000 --name gothub codeberg.org/gothub/gothub

If you are using Portainer or Podman, you know how to create the GotHub container.

Manual

You will need an installation of Go 1.19+ installed on your system.

git clone https://codeberg.org/gothub/gothub.git
cd gothub
go build -o gothub
./gothub serve

If you don't want to use port 3000 for GotHub, set the GOTHUB_PORT environment variable to the port you want to use.

DMCA/Legal notice

All content shown on a GotHub instance is from GitHub. Any issues with content shown on a GotHub instance needs to be reported to GitHub, not the instance host's internet or domain provider.

GitHub is a registered trademark of GitHub, Inc. GotHub is not affiliated with GitHub, Inc.