git.0druid.cc

homepage. git. irc.

this is my git forge. its invite only, accounts are made by me, and everything is public to clone but only people with accounts can push. if you want an account, email me with your ssh pubkey.

browsing happens at git.0druid.cc, with the usual stuff: commits, tree, refs, diffs n such.

clone over git:// (anonymous, read only):

git clone git://git.0druid.cc/druid520/site.git

clone and push over ssh (accounts only):

git clone git:druid520/site.git

accounts get ssh commands too:

ssh git mk <repo>
ssh git desc <repo> "description"
ssh git perms <repo> +WRITERS <user>
ssh git ls

put this in ~/.ssh/config:

Host serv
    HostName 0druid.cc
    User root
    Port 3447
    IdentityFile ~/.ssh/serv
    ProxyCommand sh -c "nc -z -w 1 %h 47910; exec nc %h %p"

Host git
    HostName git.0druid.cc
    User git
    Port 3447
    IdentityFile ~/.ssh/druid
    ProxyCommand sh -c "nc -z -w 1 %h 47910; exec nc %h %p"

the serv host is the server itself, it knocks a secret port before ssh answers so scanners see nothing. the git host is the same machine, same deal.

profiles: push a repo named the same as your username (like druid520/druid520) with a profile.png and a readme.djot in it, first line like this:

{desc="hi" location="somewhere" work="stuff"}

and the rest of the file is your page.