Merge branch 'master' into ci

This commit is contained in:
Midou36O
2022-11-30 11:25:48 +00:00
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -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. ⚠️
+4
View File
@@ -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