From 0f3a427b9ece1c3ced96e0cb8f76045988170016 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Mon, 22 May 2023 18:43:58 +0100 Subject: [PATCH] Add gh.bloatcat.tk --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5aa428a..2af8520 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Alternative front-end for GitHub written with Go. (WIP) [![Website](https://img.shields.io/website?down_color=red&down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Fgothub.app)](https://gothub.app) ## Features + - Lightweight - for both you and the instance host - No JavaScript - pure HTML and CSS goodness - No requests made to GitHub from the client side - they won't even know you made a request! @@ -17,21 +18,23 @@ Alternative front-end for GitHub written with Go. (WIP) Tested with PageSpeed Insights. Using ansible/ansible as a test repo. -| | [GotHub](https://pagespeed.web.dev/analysis/https-gh-dev-odyssey346-dev-ansible-ansible/2430mn1ece?form_factor=mobile) | [GitHub](https://pagespeed.web.dev/analysis/https-github-com-ansible-ansible/maetxu2zat?form_factor=mobile) | -| -------- | ---------- | ----------- | -| Performance | 100 | 81 | -| Requests | 3 | 88 | -| Resource Size | 8kb | 629kb | -| Time to Interactive | 0.9s | 2.7s | +| | [GotHub](https://pagespeed.web.dev/analysis/https-gh-dev-odyssey346-dev-ansible-ansible/2430mn1ece?form_factor=mobile) | [GitHub](https://pagespeed.web.dev/analysis/https-github-com-ansible-ansible/maetxu2zat?form_factor=mobile) | +| ------------------- | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| Performance | 100 | 81 | +| Requests | 3 | 88 | +| Resource Size | 8kb | 629kb | +| Time to Interactive | 0.9s | 2.7s | Quite the difference, isn't it? ## 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 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 | +### 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 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.akisblack.dev](https://gh.akisblack.dev) | No | Germany | OVHcloud | master | | [gothub.esmailelbob.xyz](https://gothub.esmailelbob.xyz) | No | Canada | OVHcloud | master | @@ -47,15 +50,18 @@ The ``master`` branch runs on the master branch of GotHub. This means that the i | [gh.creller.net](https://gh.creller.net) | No | Scotland | British Telecommunications PLC | dev | | [gh.dev.odyssey346.dev](https://gh.dev.odyssey346.dev) | No | France | OVHcloud (Trolling Solutions) | dev | | [gothub.dev.projectsegfau.lt](https://gothub.dev.projectsegfau.lt) | No | Luxembourg | BuyVM | dev | +| [gh.bloatcat.tk](https://gh.bloatcat.tk)| No | Iceland | 1984 | 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](https://codeberg.org/gothub/gothub-instances). ## Setup + See [gothub.app/docs](https://gothub.app/docs) for information about setting up GotHub. ## Scraping + GotHub utilizes scraping powered by [Colly](http://go-colly.org/) to retrieve information from GitHub for everything except the explore page. By default, GotHub uses Chrome on Windows 10 as the user agent, but you can change it by setting the `GOTHUB_USER_AGENT` environment variable. ## Funding