2023-10-04 14:52:28 -03:00
<!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 >
2023-10-13 10:50:49 -03:00
< p class = "lastupdate" > Last Updated: 2023-10-11 | < a href = "https://git.zzls.xyz/Fijxu/website/commits/branch/main/privacy-en/index.html" > Changelog< / a > < / p >
2023-10-04 14:52:28 -03:00
< 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 > LibreY
< 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 > 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 >
2023-10-04 16:09:39 -03:00
< h4 > And in case you have a Invidious account:< / h4 >
2023-10-13 10:50:49 -03:00
< p > - User preference< / p >
2023-10-04 14:52:28 -03:00
< 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 >
2023-10-07 19:01:15 -03:00
< 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 >
2023-10-04 14:52:28 -03:00
< 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 >
< / li >
< li > Rimgo
2023-10-07 19:01:15 -03:00
< p > - Nothing. (Unless I have to fix an error, after that, the logs are deleted)< / p >
2023-10-04 14:52:28 -03:00
< / li >
< li > Privatebin
2023-10-07 19:01:15 -03:00
< p > - Nothing besides the encrypted pastes. (And unless I have to fix an error, after that, the logs are
deleted)< / p >
2023-10-04 14:52:28 -03:00
< / 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 > -->
2023-10-04 16:09:39 -03:00
< p style = "color: burlywood;" > Questions? Talk to me in < a href = "https://matrix.to/#/@fijxu:zzls.xyz" > Matrix< / a >
2023-10-04 14:52:28 -03:00
< / p >
< / div >
< p > < / p >
< / body >
< / html >