index.html

 1---
 2layout: page
 3title: "NixNet"
 4subtitle: "Your one-man Libre Hosting provider"
 5description: "NixNet is 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<div class="flex-wrapper">
15    <div class="flex-cards">
16        <div class="card">
17            <h1><b>NixNet Chat</b></h1> 
18            <p>NixNet Chat is built on Rocket.Chat, an enterprise-grade real time chat application. Use this for communicating with other users and getting support for NixNet services.</p> 
19            <a href="https://chat.nixnet.xyz" target="_blank"><button class="button">Register!</button></a>
20        </div>
21        <div class="card">
22            <h1><b>Mumble</b></h1> 
23            <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> 
24            <a href="https://sea.nixnet.xyz" target="_blank"><button class="button">Chat!</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 can host 2 GB of code by default and more upon request (I don't have much storage 😢).</p> 
29            <a href="https://git.nixnet.xyz" target="_blank"><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://nixnet.xyz/wip/" target="_blank"><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://nixnet.xyz/wip/" target="_blank"><button class="button">Paste!</button></a>
40        </div>
41        <div class="card">
42            <h1><b>SearX</b></h1> 
43            <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> 
44            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Search!</button></a>
45        </div>
46    </div>
47</div>