update site
This commit is contained in:
parent
58d4f166a7
commit
3c3cdc5d81
4 changed files with 272 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Distrust - Privacy Policy</title>
|
||||
<title>Distrust</title>
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<meta name="description" content="See no evil, hear no evil, speak no evil.">
|
||||
|
|
@ -49,6 +49,12 @@
|
|||
color: plum;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.hover {
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
.external {
|
||||
text-decoration-style: wavy;
|
||||
}
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
background-color: plum;
|
||||
|
|
@ -63,21 +69,32 @@
|
|||
.privacy-policy {
|
||||
float: right;
|
||||
}
|
||||
.dimmed {
|
||||
color: gray;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered">
|
||||
<h1>Privacy Policy</h1>
|
||||
<h1>Distrust</h1>
|
||||
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
|
||||
<hr>
|
||||
<p>This server provides hosted services including email, XMPP, Forgejo, Nextcloud, Akkoma, Vaultwarden, nodes for Bitcoin, Monero, and IPFS, as well as a TOR relay. Access is available to approved users upon application and a minimum $1 per month donation in Bitcoin. Once a user has contributed a total of $100 in donations, their access becomes lifetime and no further payments are required.</p>
|
||||
<p>All Bitcoin payments are considered voluntary donations and are non-refundable. Payments are used solely for maintaining server infrastructure and operational costs.</p>
|
||||
<p>No personal data is collected beyond what is necessary for account creation and service functionality. Service-related data (such as messages, files, or repository content) remains stored only within this server’s environment and is never shared with third parties.</p>
|
||||
<p>Logs in /var/log are automatically deleted every hour. No telemetry, analytics, or external data collection tools are used. The server is accessible only to the owner through a hardware-enforced SSH key.</p>
|
||||
<p>The NixOS flake used to configure and deploy the server is publicly available and fully auditable (links are available on the homepage) to promote transparency and user trust. Auditing and verification of the system configuration are encouraged for all users.</p>
|
||||
<p>If you have actually read this, include "I could really go for a pork pie" in the body of your email and receive an extra month for free (upon payment of your first month of access).</p>
|
||||
<p>By using these services, you consent to data being processed solely for the purpose of providing the functionality of each service, without profiling, advertising, or external data disclosure.</p>
|
||||
<p><i>"We know where you are. We know where you've been. We can more or less know what you're thinking about."</i>
|
||||
<small><a href="https://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" class="external">Eric Schmidt, Former Google CEO</a></small></p>
|
||||
<h3>Privacy Policy</h3>
|
||||
<hr>
|
||||
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/" class="privacy-policy">Home</a>
|
||||
<p>Distrust is dedicated to protecting your privacy and upholding your right to anonymity, freedom of expression, and digital security.</p>
|
||||
<p>The only personal information required is a username and a contact address for account setup; no extra data, analytics, or trackers are used.</p>
|
||||
<p>Service logs are maintained for no more than one hour, strictly for operational debugging, after which they are automatically deleted. </p>
|
||||
<p>All payments are processed through privacy-focused cryptocurrencies (BTC and XMR), and any funds received beyond core hosting costs are donated to privacy advocacy initiatives such as the TOR Project. </p>
|
||||
<p>Server infrastructure is hardened, regularly audited, and accessible only via secure means by the sole administrator. </p>
|
||||
<p>Your data is never sold or shared, except where strictly required by French law (I strongly recommend you read up on it <a href="https://iclg.com/practice-areas/data-protection-laws-and-regulations/france" class="external">here</a> before you store any unencrypted data on our servers), and users can request access to or deletion of their minimal personal information at any time. </p>
|
||||
<p>Anonymous account provisioning is fully supported, and users can reach out via the secure contact details provided for any privacy-related questions or requests. </p>
|
||||
<p>Every aspect of our policy is designed to maximize your privacy and align with our mission of supporting a safer, more private internet for all.</p>
|
||||
<hr>
|
||||
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/support.html">Support</a><a href="/" class="privacy-policy">Home</a>
|
||||
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue