changes to site and xmr node
This commit is contained in:
parent
3cfc581cf1
commit
f9d0fd5907
3 changed files with 212 additions and 186 deletions
164
site/privacy-policy.html
Executable file → Normal file
164
site/privacy-policy.html
Executable file → Normal file
|
|
@ -1,81 +1,83 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Distrust - Privacy Policy</title>
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<meta name="description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:url" content="https://distrust.network">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Distrust">
|
||||
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:image" content="https://distrust.network/logo.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="distrust.network">
|
||||
<meta property="twitter:url" content="https://distrust.network">
|
||||
<meta name="twitter:title" content="Distrust">
|
||||
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta name="twitter:image" content="https://distrust.network/logo.png">
|
||||
<meta name="theme-color" content="#dda0dd">
|
||||
|
||||
<link rel="icon" href="logo.png">
|
||||
<style>
|
||||
.centered {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-family: monospace;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.centered {
|
||||
position: fixed;
|
||||
top: 5%;
|
||||
left: 0;
|
||||
transform: none;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
padding: 1rem;
|
||||
box-sizing: border-box;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
body {
|
||||
background-color: #121212;
|
||||
background: url("/background.png");
|
||||
color: #FFFFFF;
|
||||
}
|
||||
a {
|
||||
color: plum;
|
||||
text-decoration: underline;
|
||||
}
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
background-color: plum;
|
||||
border: none;
|
||||
}
|
||||
li::marker {
|
||||
color: plum;
|
||||
}
|
||||
li {
|
||||
list-style-type: "> ";
|
||||
}
|
||||
.privacy-policy {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered">
|
||||
<h1>Privacy Policy</h1>
|
||||
<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>
|
||||
<hr>
|
||||
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/" class="privacy-policy">Home</a></span>
|
||||
</div>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Distrust - Privacy Policy</title>
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<meta name="description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:url" content="https://distrust.network">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Distrust">
|
||||
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:image" content="https://distrust.network/logo.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="distrust.network">
|
||||
<meta property="twitter:url" content="https://distrust.network">
|
||||
<meta name="twitter:title" content="Distrust">
|
||||
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta name="twitter:image" content="https://distrust.network/logo.png">
|
||||
<meta name="theme-color" content="#dda0dd">
|
||||
|
||||
<link rel="icon" href="logo.png">
|
||||
<style>
|
||||
.centered {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-family: monospace;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.centered {
|
||||
position: fixed;
|
||||
top: 5%;
|
||||
left: 0;
|
||||
transform: none;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
padding: 1rem;
|
||||
box-sizing: border-box;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
body {
|
||||
background-color: #121212;
|
||||
background: url("/background.png");
|
||||
color: #FFFFFF;
|
||||
}
|
||||
a {
|
||||
color: plum;
|
||||
text-decoration: underline;
|
||||
}
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
background-color: plum;
|
||||
border: none;
|
||||
}
|
||||
li::marker {
|
||||
color: plum;
|
||||
}
|
||||
li {
|
||||
list-style-type: "> ";
|
||||
}
|
||||
.privacy-policy {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered">
|
||||
<h1>Privacy Policy</h1>
|
||||
<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>
|
||||
<hr>
|
||||
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/" class="privacy-policy">Home</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue