mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
103 lines
4.4 KiB
HTML
103 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Private VPS Server</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Private VPS Server</h1>
|
|
<p>
|
|
Welcome to my private server. This VPS hosts my personal services,
|
|
tools, and applications that I use for productivity, archiving,
|
|
reading, and managing my own data. Everything here is self-hosted
|
|
and maintained by me.
|
|
</p>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>Self-hosting</h2>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>URL</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="https://archive.tomasrivera.ch">archive.tomasrivera.ch</a></td>
|
|
<td>ArchiveBox</td>
|
|
<td>Personal web archive for saving webpages, articles, and online content.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://metube.tomasrivera.ch">metube.tomasrivera.ch</a></td>
|
|
<td>Metube</td>
|
|
<td>Youtube archiver as ArchiveBox can't make yt-dlp work.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://videos.tomasrivera.ch">videos.tomasrivera.ch</a></td>
|
|
<td>Jellyfin</td>
|
|
<td>Media server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://hledger.tomasrivera.ch">hledger.tomasrivera.ch</a></td>
|
|
<td>hledger-web</td>
|
|
<td>Web version of hledger, a robust, friendly, fast plain text accounting software
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://convert.tomasrivera.ch">convert.tomasrivera.ch</a></td>
|
|
<td>transmute.sh</td>
|
|
<td>File compressor and convertor</td>
|
|
<tr>
|
|
<td><a href="https://rss.tomasrivera.ch">rss.tomasrivera.ch</a></td>
|
|
<td>FreshRSS</td>
|
|
<td>Self-hosted RSS reader for following websites and news feeds.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://status.tomasrivera.ch">status.tomasrivera.ch</a></td>
|
|
<td>Uptime-kuma</td>
|
|
<td>Status monitor of the different services</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://ntfy.tomasrivera.ch">ntfy.tomasrivera.ch</a></td>
|
|
<td>Ntfy</td>
|
|
<td>HTTP-based pub-sub notification service</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://notes.tomasrivera.ch">notes.tomasrivera.ch</a></td>
|
|
<td>Flatnotes</td>
|
|
<td>Database-less note taking web app</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://calendar.tomasrivera.ch">calendar.tomasrivera.ch</a></td>
|
|
<td>Radicalé</td>
|
|
<td>Calendar and contact CalDAV and CardDAV server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://git.tomasrivera.ch">git.tomasrivera.ch</a></td>
|
|
<td>Gitea</td>
|
|
<td>Github mirror of my projects.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://tomasrivera.ch">tomasrivera.ch</a></td>
|
|
<td>Personal Website</td>
|
|
<td>This homepage served directly by Caddy.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
<p> All of these services behind a login screen and are mostly only for me. But if you need acces to one of these services, contact me.</p>
|
|
<p> This vps config is hosted on <a href="https://github.com/tomasriveral/vps-config">GitHub</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|