index.html

 1---
 2layout: page
 3title: "NixNet"
 4subtitle: "Your one-man Libre Hosting provider"
 5description: "A network of websites and services hosted by Amolith available for anyone to use free of charge."
 6cover: /cover.png
 7sitemap:
 8priority: 0.9
 9---
10<style>
11</style>
12<center><p>I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.</p></center>
13
14</br>
15</br>
16<center><h1>Services I currently host</h1></center>
17<hr>
18</br>
19<div class="flex-wrapper">
20    <div class="flex-cards">
21        <div class="card">
22            <h1><b>Rocket.Chat</b></h1> 
23            <p>Rocket.Chat is an enterprise-grade real time chat application. Use this for communicating with other users, joining a few different communities, and getting support for NixNet services.</p> 
24            <a href="https://chat.nixnet.xyz"><button class="button">Register!</button></a>
25        </div>
26        <div class="card">
27            <h1><b>Gitea</b></h1> 
28            <p>Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. Users get an initial limit of 5 repos. Please be conscientious of storage use and don't upload large files.</p> 
29            <a href="https://git.nixnet.xyz/"><button class="button">Code!</button></a>
30        </div>
31        <div class="card">
32            <h1><b>CodiMD</b></h1> 
33            <p>CodiMD is an application that allows users to collaborate in real time on markdown documents and presentations. Perfect for quick and easy slideshows and documentation.</p>
34            <a href="https://codi.nixnet.xyz"><button class="button">Write!</button></a>
35        </div>
36        <div class="card">
37            <h1><b>PrivateBin</b></h1> 
38            <p>PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.</p> 
39            <a href="https://bin.nixnet.xyz/"><button class="button">Paste!</button></a>
40        </div>
41        <div class="card">
42            <h1><b>Jabber/XMPP</b></h1> 
43            <p>Jabber/XMPP is a set of open technologies for instant messaging, multi-party chat, voice and video calls, and collaboration.XMPP stands for the Extensible Messaging and Presence Protocol.</p>
44            <a href="https://nixnet.xyz/jabber-xmpp/"><button class="button">Register!</button></a>
45        </div>
46        <div class="card">
47            <h1><b>Mumble</b></h1> 
48            <p>Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It's also great for private calls between yourself and others.</p> 
49            <a href="mumble://nixnet.xyz:64738"><button class="button">Chat!</button></a>
50        </div>
51        <div class="card">
52            <h1><b>searX</b></h1> 
53            <p>searX is a meta search engine that aggregates results from more than 70 different search engines. Users are neither tracked nor profiled. searX can also be used over Tor for increased anonymity.</p> 
54            <a href="https://searx.nixnet.xyz"><button class="button">Meta Search!</button></a>
55        </div>
56    </div>
57</div>
58</br>
59</br>
60<center><h1> Services I'm <i>working</i> on hosting</h1></center>
61<hr>
62<center><p>They may or may not be up and working at the moment. Consider these highly unstable if the link isn't b0rked.</p>
63</br>
64<div class="flex-wrapper">
65    <div class="flex-cards">
66        <div class="card">
67            <h1><b>YaCy</b></h1> 
68            <p>YaCy is a fully decentralized search engine; all users of its network are equal, it does not store user search requests, and it's impossible for anything to be censored from the shared index.</p> 
69            <a href="https://yacy.snopyta.org/"><button class="button">Search P2P!</button></a>
70        </div>
71    </div>
72</div>