diff options
-rw-r--r-- | dst/services.html | 30 | ||||
-rw-r--r-- | src/services.md | 13 |
2 files changed, 31 insertions, 12 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> diff --git a/src/services.md b/src/services.md index 9a0a0a1..721e577 100644 --- a/src/services.md +++ b/src/services.md @@ -1,10 +1,10 @@ # Services -I host a few services available for public use. - -All services are using their default logging levels.<br> +All services are using their configs and logging.<br> Everything is currently run on my [Hetzner VPS](/uses#machines) without any CDN. +## Public + | Service | Instance | | --- | --- | | SearXNG | [search.adast.xyz](https://search.adast.xyz) | @@ -14,6 +14,9 @@ Everything is currently run on my [Hetzner VPS](/uses#machines) without any CDN. ## Private -I also operate *invite-only* instances of the following services: +| Service | Instance | +| --- | --- | +| Nextcloud | [cloud.adast.xyz](https://cloud.adast.xyz) | +| Snikket (XMPP) | [chat.adast.xyz](https://chat.adast.xyz) | -- Nextcloud, Snikket, Mail (emailwiz) +Other: Wireguard (pivpn), Mail (emailwiz) |