summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.well-known/security.txt5
-rw-r--r--403.html4
-rw-r--r--404.html4
-rw-r--r--git.html10
-rw-r--r--godz/index.html8
-rw-r--r--index.html6
-rw-r--r--irc.html12
-rw-r--r--template.html4
8 files changed, 29 insertions, 24 deletions
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 @@
1Contact: mailto:r.ustydruid520@proton.me
2Encryption: https://keys.openpgp.org/search?q=r.ustydruid520%40proton.me
3Expires: 2027-08-18T00:00:00Z
4Preferred-Languages: en
5Canonical: 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 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc</title> 6 <title>druid.rocks</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>0druid.cc</h1> 10 <h1>druid.rocks</h1>
11 <p>err: 403, forbidden. if your a bot fuck the fuck off.<p> 11 <p>err: 403, forbidden. if your a bot fuck the fuck off.<p>
12</body> 12</body>
13</html> 13</html>
diff --git a/404.html b/404.html index 3374eb6..a0b734e 100644 --- a/404.html +++ b/404.html
@@ -3,11 +3,11 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc</title> 6 <title>druid.rocks</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>0druid.cc</h1> 10 <h1>druid.rocks</h1>
11 <p>err: 404, not found. why are you here?<p> 11 <p>err: 404, not found. why are you here?<p>
12</body> 12</body>
13</html> 13</html>
diff --git a/git.html b/git.html index 616892c..7548acc 100644 --- a/git.html +++ b/git.html
@@ -3,16 +3,16 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc - git</title> 6 <title>druid.rocks - git</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>git.0druid.cc</h1> 10 <h1>git.druid.rocks</h1>
11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> 11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p>
12 <p>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, <a href="mailto:r.ustydruid520@proton.me">email me</a> with your ssh pubkey.</p> 12 <p>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, <a href="mailto:r.ustydruid520@proton.me">email me</a> with your ssh pubkey.</p>
13 <p>browsing happens at <a href="https://git.0druid.cc/">git.0druid.cc</a>, with the usual stuff: commits, tree, refs, diffs n such.</p> 13 <p>browsing happens at <a href="https://git.druid.rocks/">git.druid.rocks</a>, with the usual stuff: commits, tree, refs, diffs n such.</p>
14 <p>clone over git:// (anonymous, read only):</p> 14 <p>clone over git:// (anonymous, read only):</p>
15 <pre>git clone git://git.0druid.cc/druid520/site.git</pre> 15 <pre>git clone git://git.druid.rocks/druid520/site.git</pre>
16 <p>clone and push over ssh (accounts only):</p> 16 <p>clone and push over ssh (accounts only):</p>
17 <pre>git clone git:druid520/site.git</pre> 17 <pre>git clone git:druid520/site.git</pre>
18 <p>accounts get ssh commands too:</p> 18 <p>accounts get ssh commands too:</p>
@@ -25,7 +25,7 @@ ssh git perms repo +WRITERS user
25ssh git ls</pre> 25ssh git ls</pre>
26 <p>put this in ~/.ssh/config:</p> 26 <p>put this in ~/.ssh/config:</p>
27 <pre>Host git 27 <pre>Host git
28 HostName git.0druid.cc 28 HostName git.druid.rocks
29 User git 29 User git
30 Port 3447 30 Port 3447
31 IdentityFile ~/.ssh/key 31 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 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc/godz</title> 6 <title>druid.rocks/godz</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>0druid.cc/godz</h1> 10 <h1>druid.rocks/godz</h1>
11 <p><a href="/godz/index.html">godz homepage</a>.</p> 11 <p><a href="/godz/index.html">godz homepage</a>.</p>
12 <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/index.html">homepage</a>.</p> 12 <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/index.html">homepage</a>.</p>
13 <p>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.</p> 13 <p>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.</p>
@@ -15,8 +15,8 @@
15 <p>contacts:</p> 15 <p>contacts:</p>
16 <p>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.</p> 16 <p>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.</p>
17 <p><a href="https://steamcommunity.com/profiles/76561199098212663">godz steam</a>.</p> 17 <p><a href="https://steamcommunity.com/profiles/76561199098212663">godz steam</a>.</p>
18 <p>here are my git repos on git.0druid.cc and github respectively.</p> 18 <p>here are my git repos on git.druid.rocks and github respectively.</p>
19 <p><a href="https://git.0druid.cc/godz">0druid godz git</a>.</p> 19 <p><a href="https://git.druid.rocks/godz">druid.rocks godz git</a>.</p>
20 <p><a href="https://github.com/godz4762">github godz git</a>.</p> 20 <p><a href="https://github.com/godz4762">github godz git</a>.</p>
21</body> 21</body>
22</html> 22</html>
diff --git a/index.html b/index.html index 189c727..1b70380 100644 --- a/index.html +++ b/index.html
@@ -3,11 +3,11 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc</title> 6 <title>druid.rocks</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>0druid.cc</h1> 10 <h1>druid.rocks</h1>
11 <p><a href="/">homepage</a>.</p> 11 <p><a href="/">homepage</a>.</p>
12 <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/godz/index.html">godz</a>.</p> 12 <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/godz/index.html">godz</a>.</p>
13 <p>interdimensional salutations. i guess this is my website. im druid520, from usa/az.</p> 13 <p>interdimensional salutations. i guess this is my website. im druid520, from usa/az.</p>
@@ -24,7 +24,7 @@
24 <p><a href="mailto:r.ustydruid520@proton.me">email</a>.</p> 24 <p><a href="mailto:r.ustydruid520@proton.me">email</a>.</p>
25 <p><a href="https://matrix.to/#/@druid520:tchncs.de">matrix</a>.</p> 25 <p><a href="https://matrix.to/#/@druid520:tchncs.de">matrix</a>.</p>
26 <p><a href="https://keys.openpgp.org/search?q=r.ustydruid520%40proton.me">pgp</a>.</p> 26 <p><a href="https://keys.openpgp.org/search?q=r.ustydruid520%40proton.me">pgp</a>.</p>
27 <p><a href="https://git.0druid.cc/druid520">git1</a>.</p> 27 <p><a href="https://git.druid.rocks/druid520">git1</a>.</p>
28 <p><a href="https://codeberg.org/druid520">git2</a>.</p> 28 <p><a href="https://codeberg.org/druid520">git2</a>.</p>
29</body> 29</body>
30</html> 30</html>
diff --git a/irc.html b/irc.html index 1ac247e..d2b2329 100644 --- a/irc.html +++ b/irc.html
@@ -3,20 +3,20 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc - irc</title> 6 <title>druid.rocks - irc</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>irc.0druid.cc</h1> 10 <h1>irc.druid.rocks</h1>
11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> 11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p>
12 <p>my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p> 12 <p>my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p>
13 <p>its no email. just nick + password, then optionally a cert for passwordless login from catgirl.</p> 13 <p>its no email. just nick + password, then optionally a cert for passwordless login from catgirl.</p>
14 <p>connect with catgirl:</p> 14 <p>connect with catgirl:</p>
15 <pre>catgirl -h irc.0druid.cc -p 6697</pre> 15 <pre>catgirl -h irc.druid.rocks -p 6697</pre>
16 <p>first time, register your account (nick + password):</p> 16 <p>first time, register your account (nick + password):</p>
17 <pre>/msg NickServ REGISTER nick pass</pre> 17 <pre>/msg NickServ REGISTER nick pass</pre>
18 <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:</p> 18 <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.druid.rocks:</p>
19 <pre>host = irc.0druid.cc 19 <pre>host = irc.druid.rocks
20port = 6697 20port = 6697
21nick = nick 21nick = nick
22user = nick 22user = nick
@@ -26,7 +26,7 @@ sasl-plan = user:pass</pre>
26 <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p> 26 <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p>
27 <pre>/msg NickServ CERT ADD</pre> 27 <pre>/msg NickServ CERT ADD</pre>
28 <p>and switch to cert-only auth:</p> 28 <p>and switch to cert-only auth:</p>
29 <pre>host = irc.0druid.cc 29 <pre>host = irc.druid.rocks
30port = 6697 30port = 6697
31nick = nick 31nick = nick
32user = nick 32user = nick
diff --git a/template.html b/template.html index c094481..49e62c9 100644 --- a/template.html +++ b/template.html
@@ -3,11 +3,11 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc</title> 6 <title>druid.rocks</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>0druid.cc</h1> 10 <h1>druid.rocks</h1>
11 <p>under construction.<p> 11 <p>under construction.<p>
12</body> 12</body>
13</html> 13</html>