Initial Commit
This commit is contained in:
commit
12f997179a
|
@ -0,0 +1,29 @@
|
||||||
|
<!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>
|
|
@ -0,0 +1,13 @@
|
||||||
|
body {
|
||||||
|
background-color: #f2f2f2; /* light gray */
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
color: #00698f; /* blue */
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
Loading…
Reference in New Issue