1---
2layout: page
3title: "~/"
4subtitle: "You are, quite obviously, home."
5cover: /logo.png
6sitemap:
7priority: 0.9
8---
9<style>
10</style>
11<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>
12
13<div class="flex-wrapper">
14 <div class="flex-cards">
15 <div class="card">
16 <h1><b>NixNet Chat</b></h1>
17 <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>
18 <a href="https://chat.nixnet.xyz" target="_blank"><button class="button">Register!</button></a>
19 </div>
20 <div class="card">
21 <h1><b>Mumble</b></h1>
22 <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>
23 <a href="https://sea.nixnet.xyz" target="_blank"><button class="button">Chat!</button></a>
24 </div>
25 <div class="card">
26 <h1><b>Gitea</b></h1>
27 <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>
28 <a href="https://git.nixnet.xyz" target="_blank"><button class="button">Code!</button></a>
29 </div>
30 <div class="card">
31 <h1><b>CodiMD</b></h1>
32 <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>
33 <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
34 </div>
35 <div class="card">
36 <h1><b>PrivateBin</b></h1>
37 <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>
38 <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Paste!</button></a>
39 </div>
40 <div class="card">
41 <h1><b>SearX</b></h1>
42 <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>
43 <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Search!</button></a>
44 </div>
45 </div>
46</div>