ファイルへ移動
Odyssey 9da88a0908 Add .editorconfig for yml files
Signed-off-by: Odyssey <hi@odyssey346.dev>
2023-02-10 20:13:40 +01:00
.gitea/ISSUE_TEMPLATE Fix issue template 2023-02-09 10:52:10 +00:00
cmd/gothub
pages Use chroma v2 import 2023-02-07 16:47:01 +01:00
public Add caching headers to static files, and fix explicit width and height (closes #52) 2023-02-08 17:32:22 +01:00
serve Fix headers 2023-02-08 17:55:18 +01:00
utils Make proxied requests a utility function 2023-01-06 21:13:53 +01:00
views Empty the alt of the logo 2023-02-09 04:12:29 +00:00
.editorconfig Add .editorconfig for yml files 2023-02-10 20:13:40 +01:00
.gitignore Add caching headers to static files, and fix explicit width and height (closes #52) 2023-02-08 17:32:22 +01:00
.woodpecker.yml
compose.yml Delete the env. 2023-01-05 23:21:25 +01:00
Dockerfile Add Docker environment variable (closes #15) 2023-01-05 20:41:47 +01:00
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
LICENSE
main.go
README.md Move branches to the table (readying for gothub-instances) 2023-02-09 19:58:57 +00:00

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

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!

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

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.