NixNet/index.html

53 lines
3.0 KiB
HTML
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: page
2019-01-02 03:33:19 +00:00
title: "NixNet"
subtitle: "Your one-man Libre Hosting provider"
2019-01-02 03:38:41 +00:00
description: "A network of websites and services hosted by Amolith available for anyone to use free of charge."
2019-01-02 03:33:19 +00:00
cover: /cover.png
2018-12-14 05:47:01 +00:00
sitemap:
priority: 0.9
2018-12-14 05:47:01 +00:00
---
<style>
</style>
2019-01-01 23:58:24 +00:00
<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>
2019-01-02 02:48:16 +00:00
<div class="flex-wrapper">
<div class="flex-cards">
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>NixNet Chat</b></h1>
<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>
2019-01-02 06:41:15 +00:00
<a href="https://chat.nixnet.xyz"><button class="button">Register!</button></a>
2019-01-01 23:58:24 +00:00
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>Mumble</b></h1>
<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>
2019-01-02 06:41:15 +00:00
<a href="mumble://nixnet.xyz"><button class="button">Chat!</button></a>
2019-01-01 23:58:24 +00:00
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>Gitea</b></h1>
2019-01-02 19:40:46 +00:00
<p>Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. I just broke something so it's not useable at the moment. I'm working on fixing it right now.</p>
2019-01-02 06:41:15 +00:00
<a href="https://git.nixnet.xyz"><button class="button">Code!</button></a>
2019-01-01 23:58:24 +00:00
</div>
2019-01-02 19:40:46 +00:00
<div class="card">
<h1><b>searX</b></h1>
<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>
2019-01-02 20:43:22 +00:00
<a href="https://searx.nixnet.xyz"><button class="button">Meta Search!</button></a>
2019-01-02 19:40:46 +00:00
</div>
<div class="card">
<h1><b>YaCy</b></h1>
<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. It's also integrated into searX above.</p>
2019-01-02 20:43:22 +00:00
<a href="https://yacy.nixnet.xyz"><button class="button">Search P2P!</button></a>
2019-01-02 19:40:46 +00:00
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>CodiMD</b></h1>
<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>
2019-01-02 06:41:15 +00:00
<a href="https://nixnet.xyz/wip/"><button class="button">Write!</button></a>
2019-01-01 23:58:24 +00:00
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>PrivateBin</b></h1>
<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>
2019-01-02 06:41:15 +00:00
<a href="https://nixnet.xyz/wip/"><button class="button">Paste!</button></a>
2019-01-01 23:58:24 +00:00
</div>
</div>
</div>