ファイルへ移動
Arya Kiran b0318e1c75
Add support for viewing directories
2023-03-16 14:58:53 +05:30
.gitea/ISSUE_TEMPLATE
.woodpecker Fixed CI 2023-02-11 09:17:42 +00:00
cmd/gothub rename /privacy to /about since there is a user called privacy 2023-03-10 15:38:11 +05:30
pages Add support for viewing directories 2023-03-16 14:58:53 +05:30
public add a bit of spacing between line number and content in fileview 2023-03-09 15:14:37 +05:30
serve Add support for viewing directories 2023-03-16 14:58:53 +05:30
utils fix organization info 2023-02-14 15:22:53 +05:30
views Add support for viewing directories 2023-03-16 14:58:53 +05:30
.editorconfig
.gitignore Add back the gothub ignore line 2023-02-13 17:59:01 +01:00
Dockerfile
LICENSE
README.md fix useragent envvar and add gh.777.tf 2023-03-11 20:17:47 +05:30
compose.yml
go.mod add user status 2023-02-13 12:58:10 +05:30
go.sum add user status 2023-02-13 12:58:10 +05:30
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

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 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 No 🇫🇷 OVHcloud (Trolling Solutions) dev
gothub.esmailelbob.xyz No 🇨🇦 OVHcloud dev
dev.gh.akisblack.dev No 🇩🇪 OVHcloud dev
gh.777.tf No 🇫🇮 Own ISP dev

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

You can find a json-list of the same in gothub/gothub-instances.

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.

We recommend setting the GO_TELEMETRY environment variable to off. In the future, the Go CLI will send telemetry to Google, which you might not want.

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.

If you want to be in the official instance list, you also need to fill these Instance Privacy environment variables:

GOTHUB_IP_LOGGED=true/false
GOTHUB_REQUEST_URL_LOGGED=true/false
GOTHUB_USER_AGENT_LOGGED=true/false
GOTHUB_DIAGNOSTIC_INFO_LOGGED=true/false
GOTHUB_INSTANCE_PRIVACY_POLICY=""
GOTHUB_INSTANCE_COUNTRY=""
GOTHUB_INSTANCE_PROVIDER=""
GOTHUB_INSTANCE_CLOUDFLARE=true/false

Web server configuration (Caddy)

We recommend Caddy for the web server, as it provides automatic HTTPS, HTTP/3 and is easy to setup.

gothub.example.com {
    reverse_proxy localhost:(the port for GotHub)
}

Scraping

Other than for the explore page, gothub uses scraping in order to retrieve the information.

This makes it hard for gothub to get ratelimited.

You can also set the GOTHUB_USER_AGENT envvar in order to set the user agent with which GotHub makes requests to Github.

By default, we use the user agent of Chrome 110 on Windows 10.

DMCA/Legal notice

All content shown on a GotHub instance is from GitHub. Any issues with content shown on a GotHub instance need 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.