neocities-site/site/self-hosted.html
2024-06-22 20:53:35 -06:00

54 lines
2.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>J4YC33</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/images/favico.png">
</head>
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
<header style="text-align: center;">
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
</header>
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
<a class="navbar" href="about.htm">About</a> |
<a class="navbar" href="fun.htm">Fun</a> |
<a class="navbar" href="links.htm">Links</a> |
<a class="navbar" href="trek.htm">Star Trek</a>
</nav>
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
<h1>Self-Hosted Software</h1>
<p>I'm a pretty big fan of self-hosted software. It's always better to empower yourself, own your data, and own your media. I use the following: </p>
<dl>
<dt><a href="https://jellyfin.org/">Jellyfin</a></dt>
<dd>A self-hosted streaming media solution. It can also somewhat organize books. It is much better at organizing and serving music, movies, and TV Shows.</dd>
<dd>Netflix Alternative.</dd>
<dt><a href="https://about.gitea.com/">Gitea</a></dt>
<dd>A self-hosted Git solution.</dd>
<dd>Gitlab/hub Alternative.</dd>
<dt><a href="https://joinmastodon.org/">Mastodon</a></dt>
<dd>A self-hosted microblogging system.</dd>
<dd>Social Media Alternative.</dd>
<dt><a href="https://github.com/element-hq/synapse">Matrix-Synapse</a></dt>
<dd>The Element fork, of course. Self-hosted E2EE Chat with video calling.</dd>
<dd>Discord Alternative.</dd>
</dl>
<h2>Starbase17</h2>
<p>Starbase17 is a kind of shared social space as organization experiment. I host a bunch of services, servers, and whatnot behind a VPN for shared use. We have currently, and have had more, game servers, chat servers, a shared nextcloud, some VDI systems, a pubnix. It's all pretty fun.</p>
<p>If you want to know more about Starbase17 reach out to <a href="mailto:jaycee@starbase17.space">jaycee</a>.</p> </content>
<footer style="text-align: center;"">
<hr />
<p>
J4YC33 made this site. With a custom SSG. <br />
(cc0) <br />
</p>
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
</p>
</footer>
</body>
</html>