first prototype
hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea, postgre)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user