diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-23 21:00:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-23 21:00:31 +0000 |
commit | 76a41004554c84071703c7d20de3a7bb773b3f6b (patch) | |
tree | 36731f546c4a92ad363d6bc09dad191bc165b1dd /terminaldweller.com/main | |
parent | update (diff) | |
download | scripts-76a41004554c84071703c7d20de3a7bb773b3f6b.tar.gz scripts-76a41004554c84071703c7d20de3a7bb773b3f6b.zip |
update
Diffstat (limited to 'terminaldweller.com/main')
-rw-r--r-- | terminaldweller.com/main/nginx.conf | 4 | ||||
-rw-r--r-- | terminaldweller.com/main/srv/index.html | 48 |
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> |