new 'ssg'

This commit is contained in:
root 2025-11-08 12:58:36 +00:00
parent 450a5ce1d6
commit ae414ceb12
13 changed files with 225 additions and 477 deletions

11
homepage/about.body.html Normal file
View file

@ -0,0 +1,11 @@
<h3>About Us</h3>
<hr>
<p>Distrust is currently just myself (<a href="mailto:root@distrust.network">root@distrust.network</a>), I'm the webmaster, the postmaster, the Nix ninja, and the privacy freak who came up with this concept all in one.</p>
<p>I do not plan to make my identity public, as I see no need for it. What I will say is that I have been contributing to the <a title="Free and Open Source Software" class="hover">FOSS community</a> for over a decade now, and I never plan to stop giving back to the community that powers the tools we use to stay private an anonymous online.</p>
<p>What sets apart Distrust from similar services is that <i>we don't want your money</i>. We want a free, private, and non-compromising internet for all. Whether it be you, me writing this, a potential whistleblower, or a religious/racial/sexual/gender minority trying to escape discrimination or persecution.</p>
<p>This is the main driving factor behind our payment model, which aims to cover only the costs of hosting and domain expenses, and donates the rest directly to <a href="https://torproject.org" class="external">The TOR Project</a>, one of the largest organisations fighting for digital freedom, all while preserving your anonymity through the use of Bitcoin and Monero payments.</p>
<h3>Security</h3>
<hr>
<p>We try to keep things under lock-and-key as much as possible. Remote access into the server is only possible for myself, using an SSH Key that only exists as part of a pin-locked hardware PGP key. This ensures no one but myself can access the server infrastructure.</p>
<p>Failing that, root login is disabled by default, with only a single unpriviliged user accessible via SSH. This user requires a <a title="Supposedly 1.12e200 years to crack, according to https://www.passwordmonster.com/. If this is to be trusted, the heat death of the universe will come before this password is cracked." class="hover">complex password</a> to access sudo, and does not have read or write permissions to any confidential service data.</p>
<p>As proof of our word, our NixOS system configuration is publicly auditable, find links for it on the <a href="/">homepage</a> and in our <a href="/privacy-policy.html">privacy policy</a>.</p>