1---
2layout: page
3title: "~/"
4subtitle: "You are, quite obviously, home."
5sitemap:
6priority: 0.9
7---
8<style>
9</style>
10<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>
11
12<div class="flex-cards">
13 <div class="card">
14 <div class="container">
15 <h1><b>NixNet Chat</b></h1>
16 <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>
17 <a href="https://chat.nixnet.xyz" target="_blank"><button class="button">Register!</button></a>
18 </div>
19 </div>
20 <div class="card">
21 <div class="container">
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>
27 <div class="card">
28 <div class="container">
29 <h1><b>Gitea</b></h1>
30 <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>
31 <a href="https://git.nixnet.xyz" target="_blank"><button class="button">Code!</button></a>
32 </div>
33 </div>
34</div>
35
36<div class="flex-cards">
37 <div class="card">
38 <div class="container">
39 <h1><b>CodiMD</b></h1>
40 <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>
41 <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
42 </div>
43 </div>
44 <div class="card">
45 <div class="container">
46 <h1><b>PrivateBin</b></h1>
47 <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>
48 <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
49 </div>
50 </div>
51 <div class="card">
52 <div class="container">
53 <h1><b>SearX</b></h1>
54 <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>
55 <a href="https://nixnet.xyz/wip.html" target="_blank"><button class="button">Paste!</button></a>
56 </div>
57 </div>
58</div>