2024-03-27 07:16:46 +01:00
|
|
|
<!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>
|
2024-03-25 14:42:21 +01:00
|
|
|
|
2024-03-27 07:16:46 +01:00
|
|
|
<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>
|
2024-03-27 11:14:08 +01:00
|
|
|
<li>
|
|
|
|
<a href="https://jelly.sondell.org">
|
2024-03-27 11:23:10 +01:00
|
|
|
<img src="jelly_white.png">
|
2024-03-27 11:14:08 +01:00
|
|
|
<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>
|
2024-03-27 11:30:01 +01:00
|
|
|
<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>
|
2024-03-27 07:16:46 +01:00
|
|
|
<li>
|
2024-03-27 07:41:47 +01:00
|
|
|
<a href="https://git.sondell.org/explore/repos">
|
2024-03-27 07:16:46 +01:00
|
|
|
<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>
|