User Tools

Site Tools


hackingprojects:hackingclub

This is an old revision of the document!



  • hackingprojects
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

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

hackingprojects/hackingclub.1533752611.txt.gz · Last modified: 2018/11/25 01:33 (external edit)