diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-24 00:37:57 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-24 16:48:00 +0100 |
commit | 185bdaefa69787202997851cdccd0f680c963dac (patch) | |
tree | 13d9f206b1f77e36715a23e58dccff9e268f1bc8 /dst/services.html | |
parent | b3d6d7e28a623ee17f64c3b1d079f20b35eb4331 (diff) |
services: update /services
Diffstat (limited to 'dst/services.html')
-rw-r--r-- | dst/services.html | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/dst/services.html b/dst/services.html index bbe265d..7f1c981 100644 --- a/dst/services.html +++ b/dst/services.html @@ -24,7 +24,8 @@ <p>I host a few services available for public use.</p> -<p>All instances are using their default settings and logging.</p> +<p>All services are using their default logging levels.<br> +Everything is currently run on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> <table> <thead> @@ -36,31 +37,24 @@ <tbody> <tr> -<td><a href="https://docs.searxng.org/">SearXNG</a></td> +<td>SearXNG</td> <td><a href="https://search.adast.xyz">search.adast.xyz</a></td> </tr> -<tr> -<td><a href="#">SimplyTranslate</a></td> -<td>coming soon…</td> -</tr> -<tr> -<td><a href="#">Invidious</a></td> -<td>coming soon…</td> -</tr> -<tr> -<td><a href="#">Teddit</a></td> -<td>coming soon…</td> -</tr> -<tr> -<td><a href="#">Dumb</a></td> -<td>coming soon…</td> -</tr> -<tr> -<td>[…]</td> -<td>coming soon…</td> -</tr> </tbody> </table> + +<blockquote> +<p>More public services coming soon™<br> +-<em>Fri 24 Mar 16:43:00 CET 2023</em></p> +</blockquote> + +<h2 id="private">Private</h2> + +<p>I also operate <em>invite-only</em> instances of the following services:</p> + +<ul> +<li>Nextcloud, Snikket, Mail (emailwiz)</li> +</ul> <footer role="contentinfo"> <span><a href="#">↑ Back to Top</a></span><br><br> |