2020-08-18 23:12:34 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>VoidMedia</title>
|
|
|
|
<link rel="stylesheet" href="/main.css">
|
2020-08-18 23:25:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<meta name="msapplication-TileColor" content="#603cba">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
|
2020-08-18 23:12:34 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Media Stuff</h1>
|
|
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<h2>Voor de meeste mensen relevant</h2>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Jellyfin</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/jellyfin">Jellyfin</a></p>
|
|
|
|
<p>Watch movies/series here!</p>
|
|
|
|
</section>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Ombi</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/ombi">Ombi</a></p>
|
|
|
|
<p>Request movies/series here!</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Internal stuff</h2>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Radarr</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/radarr">Radarr</a></p>
|
|
|
|
<p>For downloading movies</p>
|
|
|
|
</section>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Sonarr</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/sonarr">Sonarr</a></p>
|
|
|
|
<p>For downloading series</p>
|
|
|
|
</section>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Transmission</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/transmission">Transmission</a></p>
|
|
|
|
<p>Torrents yes very legal yes</p>
|
|
|
|
</section>
|
|
|
|
<section class="linkbox">
|
|
|
|
<h3>Jackett</h3>
|
|
|
|
<p><a href="http://media-host.voidlocal/jackett">Jackett</a></p>
|
|
|
|
<p>Trackers zijn moeilijk</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|