s/desu.local/local.desu.ltd/g
This commit is contained in:
parent
65b1fcdacc
commit
225f57c048
@ -8,40 +8,40 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
|
||||
<link href="/favicon.ico" rel="shortcut icon" />
|
||||
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
||||
<title>desu.local</title>
|
||||
<title>local.desu.ltd</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<a href="/" class="logocontainer">
|
||||
<span>
|
||||
<h1>desu.local</h1>
|
||||
<h1>local.desu.ltd</h1>
|
||||
<p class="nomobile">Local services and stuffs</p>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="iconbuttoncontainer">
|
||||
<a href="http://jellyfin.desu.local" class="iconbutton">
|
||||
<a href="http://jellyfin.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-film"></i>
|
||||
<h1>Jellyfin</h1>
|
||||
<p>Media server, the thing the Roku uses</p>
|
||||
</a>
|
||||
<a href="http://sonarr.desu.local" class="iconbutton">
|
||||
<a href="http://sonarr.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-feed"></i>
|
||||
<h1>Sonarr</h1>
|
||||
<p>Media library downloader and organizer</p>
|
||||
</a>
|
||||
<a href="http://radarr.desu.local" class="iconbutton">
|
||||
<a href="http://radarr.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-feed"></i>
|
||||
<h1>Radarr</h1>
|
||||
<p>Similar to Sonarr, but specializing in movies</p>
|
||||
</a>
|
||||
<a href="http://transmission.desu.local" class="iconbutton">
|
||||
<a href="http://transmission.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-arrow-circle-down"></i>
|
||||
<h1>Transmission</h1>
|
||||
<p>Simple BitTorrent client with few moving parts</p>
|
||||
</a>
|
||||
<a href="http://jackett.desu.local" class="iconbutton">
|
||||
<a href="http://jackett.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-arrow-circle-o-down"></i>
|
||||
<h1>Jackett</h1>
|
||||
<p>Torrent feed aggregator that Just Werks</p>
|
||||
@ -49,7 +49,7 @@
|
||||
</div>
|
||||
<div class="break"></div>
|
||||
<div class="iconbuttoncontainer">
|
||||
<a href="http://grafana.desu.local" class="iconbutton">
|
||||
<a href="http://grafana.local.desu.ltd" class="iconbutton">
|
||||
<i class="fa fa-line-chart"></i>
|
||||
<h1>Grafana</h1>
|
||||
<p>Monitoring and graphing solution</p>
|
||||
|
Loading…
Reference in New Issue
Block a user