Files
vps-config/web-server/index.html
T
2026-07-24 18:14:48 +02:00

86 lines
3.5 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://video-archive.tomasrivera.ch">video-archive.tomasrivera.ch</a></td>
<td>FileBrowser</td>
<td>Web archive of videos as I can't get ArchiveBox to use yt-dlp correctly</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://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://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>