diff options
Diffstat (limited to 'dst')
-rw-r--r-- | dst/services.html | 38 | ||||
-rw-r--r-- | dst/sitemap.xml | 20 |
2 files changed, 26 insertions, 32 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> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 440a46c..6dbc78e 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,14 +4,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://adast.xyz/uses.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-23</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/uses.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-24</lastmod><priority>1.0</priority></url> </urlset> |