File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ( ) )
You can’t perform that action at this time.
0 commit comments