Post
Topic
Board Development & Technical Discussion
Re: What would happen to bitcoin if all bitcoin-related stuff on GitHub got banned?
by
NotATether
on 13/08/2022, 03:48:14 UTC
Here's a guide for anyone interested, directly from the actual Linux Foundation's blog: https://linuxfoundation.org/blog/classic-sysadmin-how-to-run-your-own-git-server/

Christ, why do they make it so complicated? In the case of Gitea (which is still using actual Git), you just have to make a Git working dir, copy the binaries to /bin and copy the supplied systemd service to the respective systemd folder. There's even a Docker container to avoid all this hassle.