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 --- .well-known/security.txt | 5 +++++ 403.html | 4 ++-- 404.html | 4 ++-- git.html | 10 +++++----- godz/index.html | 8 ++++---- index.html | 6 +++--- irc.html | 12 ++++++------ template.html | 4 ++-- 8 files changed, 29 insertions(+), 24 deletions(-) create mode 100644 .well-known/security.txt diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..8e93339 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,5 @@ +Contact: mailto:r.ustydruid520@proton.me +Encryption: https://keys.openpgp.org/search?q=r.ustydruid520%40proton.me +Expires: 2027-08-18T00:00:00Z +Preferred-Languages: en +Canonical: https://druid.rocks/.well-known/security.txt diff --git a/403.html b/403.html index 025390a..d949833 100644 --- a/403.html +++ b/403.html @@ -3,11 +3,11 @@ - 0druid.cc + druid.rocks -

0druid.cc

+

druid.rocks

err: 403, forbidden. if your a bot fuck the fuck off.

diff --git a/404.html b/404.html index 3374eb6..a0b734e 100644 --- a/404.html +++ b/404.html @@ -3,11 +3,11 @@ - 0druid.cc + druid.rocks -

0druid.cc

+

druid.rocks

err: 404, not found. why are you here?

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
diff --git a/godz/index.html b/godz/index.html
index 50e2fcc..e7b0249 100644
--- a/godz/index.html
+++ b/godz/index.html
@@ -3,11 +3,11 @@
 
 	
 	
-	0druid.cc/godz
+	druid.rocks/godz
 	
 
 
-	

0druid.cc/godz

+

druid.rocks/godz

godz homepage.

git. irc. homepage.

sup, i'm godz. im an amateur coder and linux user on arch and druid has offered me to use his website to learn HTML.

@@ -15,8 +15,8 @@

contacts:

I really don't have any contacts that are link available and good opsec, so i'll put like my steam on here for now.

godz steam.

-

here are my git repos on git.0druid.cc and github respectively.

-

0druid godz git.

+

here are my git repos on git.druid.rocks and github respectively.

+

druid.rocks godz git.

github godz git.

diff --git a/index.html b/index.html index 189c727..1b70380 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,11 @@ - 0druid.cc + druid.rocks -

0druid.cc

+

druid.rocks

homepage.

git. irc. godz.

interdimensional salutations. i guess this is my website. im druid520, from usa/az.

@@ -24,7 +24,7 @@

email.

matrix.

pgp.

-

git1.

+

git1.

git2.

diff --git a/irc.html b/irc.html index 1ac247e..d2b2329 100644 --- a/irc.html +++ b/irc.html @@ -3,20 +3,20 @@ - 0druid.cc - irc + druid.rocks - irc -

irc.0druid.cc

+

irc.druid.rocks

homepage. git. irc.

my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports catgirl (thats what i use).

its no email. just nick + password, then optionally a cert for passwordless login from catgirl.

connect with catgirl:

-
catgirl -h irc.0druid.cc -p 6697
+
catgirl -h irc.druid.rocks -p 6697

first time, register your account (nick + password):

/msg NickServ REGISTER nick pass
-

then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:

-
host = irc.0druid.cc
+	

then you can log in with sasl. put this in ~/.config/catgirl/irc.druid.rocks:

+
host = irc.druid.rocks
 port = 6697
 nick = nick
 user = nick
@@ -26,7 +26,7 @@ sasl-plan = user:pass

or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:

/msg NickServ CERT ADD

and switch to cert-only auth:

-
host = irc.0druid.cc
+	
host = irc.druid.rocks
 port = 6697
 nick = nick
 user = nick
diff --git a/template.html b/template.html
index c094481..49e62c9 100644
--- a/template.html
+++ b/template.html
@@ -3,11 +3,11 @@
 
 	
 	
-	0druid.cc
+	druid.rocks
 	
 
 
-	

0druid.cc

+

druid.rocks

under construction.

-- cgit 1.4.1