aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-04-04 21:43:08 +0200
committerAdam Stück <adam@adast.xyz>2023-04-04 21:43:08 +0200
commit6f66cc82fd15542f4352a29a7475ab7957b9aa56 (patch)
tree192b53a8d821c75da0d521613764e3155917f00d
parent54e548cc8a6a5713126b5d94fb7cef7927e37e4f (diff)
services: add peertube instance
-rw-r--r--dst/services.html4
-rw-r--r--dst/sitemap.xml20
-rw-r--r--src/services.md1
3 files changed, 15 insertions, 10 deletions
diff --git a/dst/services.html b/dst/services.html
index ec9c3bb..02e4da9 100644
--- a/dst/services.html
+++ b/dst/services.html
@@ -40,6 +40,10 @@ Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> wi
<td>SearXNG</td>
<td><a href="https://search.adast.xyz">search.adast.xyz</a></td>
</tr>
+<tr>
+<td>PeerTube</td>
+<td><a href="https://tv.adast.xyz">tv.adast.xyz</a></td>
+</tr>
</tbody>
</table>
diff --git a/dst/sitemap.xml b/dst/sitemap.xml
index f0a3e54..e0f5a9c 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-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/uses.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-04-04</lastmod><priority>1.0</priority></url>
</urlset>
diff --git a/src/services.md b/src/services.md
index 60d72d2..7842cd6 100644
--- a/src/services.md
+++ b/src/services.md
@@ -8,6 +8,7 @@ Everything is currently hosted on my [Hetzner VPS](/uses#machines) without any C
| Service | Instance |
| --- | --- |
| SearXNG | [search.adast.xyz](https://search.adast.xyz) |
+| PeerTube | [tv.adast.xyz](https://tv.adast.xyz) |
> More public services coming soon™<br>
> --*Fri 24 Mar 16:43:00 CET 2023*