This is an old revision of the document!
I run a public self-hosted gitlab repository here: haacks-repository. You will need to email me at netcmnd if you want an account. Once you get in the repository
cd ~ mkdir git cd git/ git clone http://codetalkers.services/oemb1905/slushyard.git <enter user and pass> cd slushyard/ mkdir -p slushyard/yourname cd slushyard/yourname touch yourname.notes nano yourname.notes git add yourname.notes [or git add -A] git commit -am"my personal note page or readme" git pull git push
Once you set up an accout, you can add your ssh public key and set that protocol as the default as follows:
git remote set-url origin ssh://git@codetalkers.services:59999/oemb1905/slushyard.git
Even if you leave the clone of the http, however, it redirects to https and uses TLS with Let's Encrypt so it is optional to do the above.
— oemb1905 2018/08/08 12:16