Skip to content

Commit 58267db

Browse files
committed
More links
1 parent 2889b89 commit 58267db

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

public/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,32 @@
2121
text-decoration: none;
2222
}
2323

24-
#swagger {
24+
#links {
2525
position: absolute;
2626
font-size: 0.8rem;
2727
left: 2em;
2828
bottom: 2em;
2929
}
3030

31-
#swagger a {
31+
#links a {
3232
color: grey;
33+
margin: 0 0.5em;
3334
}
3435
</style>
3536
</head>
3637

3738
<body>
3839
<p id="stat">Checking this server's health....</p>
39-
<p id="swagger"><a href="/swagger/">Open Swagger</a></p>
40+
<p id="links">
41+
<a href="/swagger/">Swagger</a>
42+
<a href="/filestash/">Filestash</a>
43+
<a href="/phpmyadmin/">PhpMyAdmin</a>
44+
<a href="/phppgadmin/">PhpPgAdmin</a>
45+
<a href="/ssh/localhost/">WebSSH</a>
46+
<a href=":2443" id="webmin">Webmin</a>
47+
</p>
4048
<script>
49+
document.getElementById('webmin').href = location.origin + ':2443';
4150
var statTxt = document.getElementById('stat');
4251
fetch('/status/check')
4352
.then(res => res.json())

0 commit comments

Comments
 (0)