From d0180200d521f5daa29bc8163ac7fe0db023f5e6 Mon Sep 17 00:00:00 2001 From: druid520 Date: Tue, 18 Aug 2026 00:17:19 +0000 Subject: migrate to druid.rocks + security.txt --- git.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'git.html') diff --git a/git.html b/git.html index 616892c..7548acc 100644 --- a/git.html +++ b/git.html @@ -3,16 +3,16 @@ - 0druid.cc - git + druid.rocks - git -

git.0druid.cc

+

git.druid.rocks

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.

+

browsing happens at git.druid.rocks, 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
+
git clone git://git.druid.rocks/druid520/site.git

clone and push over ssh (accounts only):

git clone git:druid520/site.git

accounts get ssh commands too:

@@ -25,7 +25,7 @@ ssh git perms repo +WRITERS user ssh git ls

put this in ~/.ssh/config:

Host git
-    HostName git.0druid.cc
+    HostName git.druid.rocks
     User git
     Port 3447
     IdentityFile ~/.ssh/key
-- 
cgit 1.4.1