Initial commit

This commit is contained in:
2025-08-19 20:42:14 +03:00
commit 44d51f2059
61 changed files with 7809 additions and 0 deletions

64
src/pages/index.mdx Executable file
View File

@@ -0,0 +1,64 @@
---
layout: '../layouts/index.astro'
title: 'nothing.run'
description: 'Librehoster, crypto- and infoanarchysts, free software fans'
keys: 'nothing crypto free software libre self host'
---
import KaniDM from '../components/kanidm.astro';
import Service from '../components/service.astro';
## About
nothing.run is a small corner of the Network providing some self-hosted services. nothing.run is made by only one person who believes in the exchange of information freedom and personal privacy. It's our main aim, so we are trying to promote encryption, not to save logs, not to track your activity, etc.
However, there is no reason why you can trust us. And it is the most significant plus of the decentralization - you have choise! You are free to choose services and servers, providers. This freedom ensures transparency and gives you the opportunity to protect your privacy without relying on any single entity
So... If you want to get an account, just [contact me](./contact)<br />
<div class="bigcontainer">
<div>
## Services
<div class="container" id="services">
<Service id="matrix" name="Matrix" href="./matrix">
<p>Decentralized solution for end<br />to end encrypted instant messaging.</p>
</Service>
<Service id="gitea" name="Gitea" href="https://tea.nothing.run">
<p>Nice way to create, manage<br/>and store your Git repos</p>
<KaniDM />
</Service>
<Service id="hedgedoc" name="HedgeDoc" href="https://pad.nothing.run">
<p>*Temporary disabled*<br />Pretty simple web-based<br />collaborative markdown editor</p>
<KaniDM />
</Service>
<Service id="kanidm" name="KaniDM" href="https://idm.nothing.run">
<p><img src="/kanidm_ico.png" alt="KaniDM logo" style="width:35px;height:25px;" /><br />Simple identity management platform</p>
</Service>
<Service id="searxng" name="SearXNG" href="https://searxng.org">
<p>*Coming soon!*<br />Privacy-respecting metasearch engine</p>
</Service>
<Service id="vikunja" name="Vikunja" href="https://vikunja.io">
<p>*Coming soon!*<br />Organize your tasks and collaborate with others</p>
</Service>
</div>
<img src="/kanidm_ico.png" alt="KaniDM logo" style="bottom: 75px; width:35px;height:auth;" class="kanidm-logo" /> means that the given service uses OAuth to auth, so you need KaniDM account to use it
</div>
<div>
## Hosts
There are 4 hosts owned by the admin,<br/>but only 2 of them are used by nothing.run
- Cepheus - main vps ([Contabo](https://contabo.com))<br />
P.s. We are going to migrate Cepheus from Contabo to Netcup
- Archenar - additional vps
- Naos - homeserver (it's Pentium computer xD)<br />
We are setting up this server. Vikunja will be here
- OrangePi (but right now it isn't used for anything :)
</div>
</div>