website/privacy-en/index.html

147 lines
7.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Privacy Policy of zzls.xyz services">
<link rel="stylesheet" href="../style.css" type="text/css">
<meta name="description" content="Política de privacidad para ">
<title>Privacy Policy</title>
</head>
<body>
<span style="font-size: 1.2ch; margin: 0 auto;">
<a class="langglow">Other language?: <a class="langglow" href="../privacy/">ES</a></a>
</span>
<h1>Privacy Policy</h1>
<p class="lastupdate">Last Updated: 2023-12-16 | <a href="https://git.zzls.xyz/Fijxu/website/commits/branch/main/privacy-en/index.html">Changelog</a></p>
<div class="content">
<p></p>
<p>Depending on the service I provide, the privacy policy will change since I have focused services
exclusively to privacy and other miscellaneous services (such as <a
href="https://logs.zzls.xyz">logs.zzls.xyz</a>)
</p>
<p>So here I will leave a list of services, and within them I will leave the ones that each service collects.
</p>
<p><i>Don't expect a 5000 word privacy policy, I'm just an individual, not a company
who has to respect X amount of laws or GDPR
</i></p>
<h2>Privacy Focused Services</h2>
<ul>
<li>
4get (Chile and USA instances)
<p>- IP Address, Date, Request Method, HTTP Response Code (Ex: 404, 401, 200, etc). (It doesn't include
the Request Made, Ex: Your search query)</p>
<p style="color: burlywood;">I need to collect this information because there is a lot of bots doing
trash requests to the search engine rate limiting the instances and thus returning errors to
legitimate users.
</p>
</li>
<li>
SearXNG
<p>- IP Address, Date, Request Method, HTTP Response Code (Ex: 404, 401, 200, etc). (It doesn't include
the Request Made, Ex: Your search query)</p>
<p style="color: burlywood;">I need to collect this information because there is a lot of bots doing
trash requests to the search engine rate limiting the instances and thus returning errors to
legitimate users.
</p>
</p>
</li>
<li>
Matrix Homeserver
<p>- IP Address
<p>- Username and <b>password</b> with which you registered
</p>
<p>- Non-encrypted messages and <b>encrypted messages</b></p>
<p>- Name of the device (depende del cliente de Matrix usado)</p>
</p>
<p style="color:burlywood">You should not think that this data is "private", including your IP Address,
all servers using "Synapse" do this. (Probaly 99% of them)</p>
<p style="color:burlywood">Your <b>encrypted messages</b> are unreadable to any third party,
including the owner of the instance (Me)</p>
<p style="color:burlywood">The <b>password</b> that you supplied when you registered is encrypted with
the
<a href="https://wikiless.tiekoetter.com/wiki/Bcrypt?lang=en">Bcrypt</a> algorithm, using a
"cost factor" of 12
</p>
</li>
<li>
Invidious
<p>- IP Address, Date, Request Method, HTTP Response Code (Ex: 404, 401, 200, etc).</p>
<p>- Username and <b>password</b> with which you registered
</p>
<h4>And in case you have a Invidious account:</h4>
<p>- User preference</p>
<p>- ID of Watched videos (For the history), subscribed channels, and other information that is saved in
the DB, basically information needed to make your Invidious account work.</p>
<p style="color:burlywood">If you have your video history disabled, the IDs of the watched videos will not be recorded in the database.
</p>
<p style="color:burlywood">The <b>password</b> that you supplied when you registered is encrypted with
the
<a href="https://wikiless.tiekoetter.com/wiki/Bcrypt?lang=en">Bcrypt</a> algorithm, using a
"cost factor" of 10
</p>
<p style="color:burlywood"><i><b>DID YOU LOSE YOUR ACCOUNT PASSWORD?</b> If so, <a
href="https://matrix.to/#/@fijxu:zzls.xyz">contact me via matrix</a></i></p>
<p style="color: rgb(255, 96, 128);">More info here: <a href="https://inv.zzls.xyz/privacy">https://inv.zzls.xyz/privacy</a></p>
</li>
<li>
Rimgo
<p>- Nothing. (Unless I have to fix an error, after that, the logs are deleted)</p>
</li>
<li>
Privatebin
<p>- Nothing besides the encrypted pastes. (And unless I have to fix an error, after that, the logs are
deleted)</p>
</li>
</ul>
<h2>Misc Services</h2>
<ul>
<li>
ayaya.beauty
<p>- IP Address</p>
<p>- Uploaded files by the user and the original name of the file uploaded (Saved for 7 days)
</p>
<p>- Unique hash that identifies the file</p>
<p style="color:red">Files that contain malware will be deleted from the server automatically</p>
</li>
<li>
Forgejo
<p>- IP Address</p>
<p>- Username, E-mail and <b>password</b> with which you registered
</p>
<p>- Repositories and everything that you supply obviously</p>
<p style="color:burlywood">The <b>password</b> that you supplied when you registered is encrypted with
the
<a href="https://wikiless.tiekoetter.com/wiki/Bcrypt?lang=en">Bcrypt</a> algorithm, using a
"cost factor" of 10
</p>
</li>
<li>
logs.zzls.xyz & logs.spanix.team
<p>- IP Address and API requests</p>
</li>
<li>
count.ayaya.beauty
<p>- Nothing.</p>
</li>
</ul>
<!-- <p style="color:burlywood">You can request the total deletion of your personal information (Mostly from services that need registration, like Invidious, Forgejo and Matrix) contacting me via <a href="https://matrix.to/#/@fijxu:zzls.xyz">matrix</a></p> (Ok this is bullshit anyways lol) -->
<!-- <p>No deberías pensar que dirección IP es "privada", cada vez que usas un torrent o un servicio (Netflix,
Google, Microsoft), tu dirección IP es compartida, así funciona el Internet. Y si te das cuenta, la IP de
mis servicios self-hosted es
la IP publica de mi Internet y no ando tratando de ocultarla con Cloudflare o algo así. Puedes verla usando
<code>ping selfhost.zzls.xyz</code> en la en la consola/cmd
</p> -->
<p style="color: burlywood;">Questions? Talk to me in <a href="https://matrix.to/#/@fijxu:zzls.xyz">Matrix</a>
</p>
</div>
<p></p>
</body>
</html>