aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com')
-rw-r--r--terminaldweller.com/main/nginx.conf4
-rw-r--r--terminaldweller.com/main/srv/index.html48
2 files changed, 52 insertions, 0 deletions
diff --git a/terminaldweller.com/main/nginx.conf b/terminaldweller.com/main/nginx.conf
index db1404d..86cb085 100644
--- a/terminaldweller.com/main/nginx.conf
+++ b/terminaldweller.com/main/nginx.conf
@@ -34,5 +34,9 @@ http {
alias /srv/.well-known/openpgpkey/policy;
add_header Access-Control-Allow-Origin "*";
}
+ location / {
+ alias /srv/;
+ add_header Access-Control-Allow-Origin "*";
+ }
}
}
diff --git a/terminaldweller.com/main/srv/index.html b/terminaldweller.com/main/srv/index.html
new file mode 100644
index 0000000..2f23cef
--- /dev/null
+++ b/terminaldweller.com/main/srv/index.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>main</title>
+ <style>
+ a:link {
+ color: #005faf;
+ }
+ a:visited {
+ color: #008787;
+ }
+ </style>
+ </head>
+ <body style="color:#005f87;background:#000000;text-align:center;">
+ <p style="font-size:20px;font-weight:bold">This is a list of links:</p>
+ <p>
+ <p>WKD direct and advanced are setup on/for the domain.</p>
+ <div>
+ <div><a href="https://github.com/terminaldweller.gpg">GPG: 9E 20 46 4F 1C CF 3B 10 32 49 FA 93 A6 A0 F5 15 8B 38 81 DF</a></div>
+ <div><a href="https://github.com/terminaldweller.keys">SSH: SHA256:tyuaTy005jkJOIPXkrJAAlCKD91d1ftEXzGTqjmEZh4</a></div>
+ <p>
+ <div>IRC <a href="https://libera.chat">Libera</a>: terminaldweller <a>FP:fef763019f0799c1b5cd190fc89080240665cdcae1cb889d4413775447a4826f48b18dc134d3acdde1d932cf3280e6026099857cf46177f1d87cd9aa859c615f</a></div>
+ <div>IRC <a href="https://oftc.net">OFTC</a>: terminaldweller <a>FP:1072EFECA623C6E3D7A6628BEB6021F77EA2C876</a></div>
+ </p>
+ </div>
+ </p>
+ <p>Jabber: devi@jabber.terminaldweller.com</p>
+ <p>
+ <div>The order is significant:</div>
+ <div>Email: devi@terminaldweller.com</div>
+ <div>Email: thabogre@gmail.com</div>
+ <div>Email: farzadsadeghi@protonmail.ch</div>
+ </p>
+ <p>Github: <a href="https://github.com/terminaldweller">terminaldweller</a></p>
+ <p>
+ <div>Mastodon: <a href="https://fosstodon.org/@terminaldweller">@terminaldweller@terminaldweller.com</a></div>
+ <div>If you cant find the handle then you need to log in. I'm not hosting my own mastodon instance. I'm just hosting my own webfinger. The actual handle is <a href="https://fosstodon.org/@terminaldweller">@terminaldweller@fosstodon.org</a></div>
+ </p>
+ <p>Git mirror: <a href="https://git.terminaldweller.com">git.terminaldweller.com</a></p>
+ <p>Blog: <a href="https://blog.terminaldweller.com">Blog</a> <a href="https://blog.terminaldweller.com/rss/feed">RSS</a></p>
+ <p><a href="https://www.linkedin.com/in/farzad-sadeghi/">Linkedin</a></p>
+ <div>
+ <p>Services: N/A</p>
+ </div>
+ </body>
+</html>