5e97218dc8
hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea, postgre)
16 lines
435 B
HTML
16 lines
435 B
HTML
<!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>
|