diff options
Diffstat (limited to 'build/services/index.html')
-rw-r--r-- | build/services/index.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/build/services/index.html b/build/services/index.html new file mode 100644 index 0000000..757f848 --- /dev/null +++ b/build/services/index.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Services</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link rel="alternate" type="application/rss+xml" title="" href='feed'> + <link rel="stylesheet" type="text/css" href="/main.css"> + </head> + <body> + <header> + <nav> + <a href="/">Home</a><span> | </span> + <a href="/projects">Projects</a><span> | </span> + <a href="/services">Services</a><span> | </span> + <a href="/resume">Resume</a><span> | </span> + <a href="/uses">Uses</a><span> | </span> + <a href="/donate">Donate</a><span> | </span> + <a href="/rss.xml">RSS</a> + </nav> + </header><main> +<h1 id="services">Services</h1> + +<p>All services are using their default configs and logging.<br> +Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> + +<h2 id="public">Public</h2> + +<table> +<thead> +<tr> +<th>Service</th> +<th>Instance</th> +</tr> +</thead> + +<tbody> +<tr> +<td>SearXNG</td> +<td><a href="https://search.adast.dk">search.adast.dk</a></td> +</tr> +<tr> +<td>PeerTube</td> +<td><a href="https://tv.adast.dk">tv.adast.dk</a></td> +</tr> +</tbody> +</table> + +<h2 id="private">Private</h2> + +<table> +<thead> +<tr> +<th>Service</th> +<th>Instance</th> +</tr> +</thead> + +<tbody> +<tr> +<td>Nextcloud</td> +<td><a href="https://cloud.adast.dk">cloud.adast.dk</a></td> +</tr> +<tr> +<td>Snikket (XMPP)</td> +<td><a href="https://chat.adast.xyz">chat.adast.xyz</a></td> +</tr> +</tbody> +</table> + +<p>Other: Wireguard (pivpn), Mail (emailwiz)</p> +<footer role="contentinfo"> + + <span><a href="#">↑ Back to Top</a></span><br><br> + <small> + Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> + Maintained with ♥ for the web. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>. + </small> +</footer> +</main> +</body> +</html> |