ファイルへ移動
Midou36O 3c099ba41d
Delete the env.
2023-01-05 23:21:25 +01:00
cmd/gothub
pages
public Added syntax highlight 2022-12-24 19:08:07 +00:00
serve Code formatting 2022-12-24 19:10:31 +00:00
utils
views Update 'views/file.html' 2022-12-26 04:21:33 +00:00
.gitignore
.woodpecker.yml
Dockerfile
LICENSE
README.md
compose.yml Delete the env. 2023-01-05 23:21:25 +01:00
go.mod Added syntax highlight 2022-12-24 19:08:07 +00:00
go.sum Added syntax highlight 2022-12-24 19:08:07 +00: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

The instances list is in the wiki.

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.