first prototype

hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea,
postgre)
This commit is contained in:
2026-05-02 21:26:35 +02:00
commit 5e97218dc8
13 changed files with 458 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>raspen.home</title>
<style>
body { font-family: sans-serif; max-width: 800px; margin: 2em auto; padding: 0 1em; }
</style>
</head>
<body>
<h1>Welcome to raspen.home</h1>
<p>This server is the reverse proxy / VPS for the selfhosted stack.</p>
</body>
</html>