home/static/index.html
2024-03-27 11:30:01 +01:00

59 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div data-role="page" id="pageone">
<div data-role="main" class="ui-content">
<h2>Selfhosted Services</h2>
<ul data-role="listview" data-inset="true">
<li>
<a href="https://cloud.sondell.org">
<img src="nextcloud_icon_14.png">
<h2>Nextcloud</h2>
<p>Nextcloud is a file share and communication platform. Access & sync your files,
contacts, calendars & communicate and collaborate across your devices. You decide what happens with your
data, where it is and who can access...
</p>
</a>
</li>
<li>
<a href="https://jelly.sondell.org">
<img src="jelly_white.png">
<h2>Jellyfin</h2>
<p>
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
</p>
</a>
</li>
<li>
<a href="https://books.sondell.org">
<img src="audiobooks.jpg">
<h2>Audiobookshelf</h2>
<p>
Audiobookshelf is an open-source media server for your audiobooks and podcasts.
</p>
</a>
</li>
<li>
<a href="https://git.sondell.org/explore/repos">
<img src="forgejo.png">
<h2>Forgejo</h2>
<p>Forgejo is a self-hosted Git forge that can help you easily manage software projects.</p>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>