29 lines
905 B
HTML
29 lines
905 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Loki Multi-Server Hub</title>
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<!-- Your HTML content here -->
|
|
<h1>Use the links below for useful navigation:</h1>
|
|
<ul>
|
|
<li> <a href = "http://192.168.1.173:10000">Loki Management</a> </li>
|
|
<li> <a href = "http://192.168.1.173:3000">Loki Git Repositories</a> </li>
|
|
<li> <a href = "http://192.168.1.173:8082">Loki Cloud</a> </li>
|
|
<li> <a href = "http://192.168.1.173:8096">Loki Media</a> </li>
|
|
</ul>
|
|
<h1><br><br>General Information</h1>
|
|
<p>Loki is a home multiserver and has various different services running on it. It has the following services:
|
|
<ul>
|
|
<li>Jellyfin</li>
|
|
<li>Webmin</li>
|
|
<li>Apache2</li>
|
|
<li>Samba: Loki-File-Hub</li>
|
|
<li>OpenVPN</li>
|
|
<li>Gitea</li>
|
|
<li>Nextcloud</li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html> |