Merge branch 'master' into ci

このコミットが含まれているのは:
Midou36O 2022-11-30 11:25:48 +00:00
コミット 24d3d14e10
2個のファイルの変更7行の追加1行の削除

ファイルの表示

@ -1,3 +1,5 @@
# gothub
Alternative front-end for GitHub written with Go.
Alternative front-end for GitHub written with Go.
### This project is still in development. ⚠️

ファイルの表示

@ -38,6 +38,10 @@ func main() {
Views: engine,
Prefork: true,
AppName: "GotHub",
// fucked up way to fix rate limits
EnableTrustedProxyCheck: true,
TrustedProxies: []string{"0.0.0.0/0"},
ProxyHeader: fiber.HeaderXForwardedFor,
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
code := fiber.StatusInternalServerError