Add the sftpgo server and a web server

This commit is contained in:
Eric Coissac
2025-10-15 15:55:43 +02:00
parent ae77f71b6c
commit a3608759c5
8 changed files with 191 additions and 83 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Course Portal</title>
</head>
<body>
<h1>Welcome</h1>
<ul>
<li><a href="/jupyter/">JupyterHub</a></li>
<li><a href="/static/">Static Site</a></li>
</ul>
</body>
</html>