kill9/harmful/software/gitlab.md

30 lines
758 B
Markdown
Raw Normal View History

2020-12-19 19:15:55 +00:00
# gitlab(.com) sucks lmao
* website is [cuckflared](https://codeberg.org/qorg11/stop_cloudflare)
The solution to this would be to run your own gitlab instance, buuuuuuuuuuuuut...
>\><https://docs.gitlab.com/charts/installation/>
>\> 8vCPU and 30GB of RAM is recommended
What in the actual fuck?
2020-12-19 19:16:49 +00:00
* it needs JS to work
* and it is esoteric JS
2020-12-19 19:38:30 +00:00
Still not convinced? Try installing gitlab from source while remaining sane.
2020-12-20 16:38:25 +00:00
2020-12-19 19:38:30 +00:00
Protip: you can't
https://docs.gitlab.com/ee/install/installation.html
If you still manage to get through this hell of a setup then enjoy the 700kB JS that it requires.
2020-12-20 16:38:25 +00:00
```
2020-12-19 19:38:30 +00:00
$ curl --head https://gitlab.example.dom/assets/webpack/main.909b7bb7.chunk.js
HTTP/2 200
content-type: application/javascript
2020-12-20 16:38:25 +00:00
content-length: 692119
```
2020-12-19 19:38:30 +00:00