Add the sftpgo server and a web server
This commit is contained in:
13
jupyterhub_volumes/web/index.html
Normal file
13
jupyterhub_volumes/web/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user