diff options
Diffstat (limited to 'dst/services.html')
-rw-r--r-- | dst/services.html | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/dst/services.html b/dst/services.html index e357fcb..96c7913 100644 --- a/dst/services.html +++ b/dst/services.html @@ -22,11 +22,11 @@ </header><main> <h1 id="services">Services</h1> -<p>I host a few services available for public use.</p> - -<p>All services are using their default logging levels.<br> +<p>All services are using their configs and logging.<br> Everything is currently run on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> +<h2 id="public">Public</h2> + <table> <thead> <tr> @@ -50,11 +50,27 @@ Everything is currently run on my <a href="/uses#machines">Hetzner VPS</a> witho <h2 id="private">Private</h2> -<p>I also operate <em>invite-only</em> instances of the following services:</p> +<table> +<thead> +<tr> +<th>Service</th> +<th>Instance</th> +</tr> +</thead> + +<tbody> +<tr> +<td>Nextcloud</td> +<td><a href="https://cloud.adast.xyz">cloud.adast.xyz</a></td> +</tr> +<tr> +<td>Snikket (XMPP)</td> +<td><a href="https://chat.adast.xyz">chat.adast.xyz</a></td> +</tr> +</tbody> +</table> -<ul> -<li>Nextcloud, Snikket, Mail (emailwiz)</li> -</ul> +<p>Other: Wireguard (pivpn), Mail (emailwiz)</p> <footer role="contentinfo"> <span><a href="#">↑ Back to Top</a></span><br><br> |