From b590db5623d42d8a9b39a2ac19d40aeb0136acca Mon Sep 17 00:00:00 2001 From: Jack Eilles Date: Wed, 3 Jan 2024 08:41:21 +0000 Subject: [PATCH] add new info --- app/templates/privacy.html | 74 +++++++++++++++++++++++++++++++++ app/templates/transparency.html | 19 +++++++++ 2 files changed, 93 insertions(+) create mode 100644 app/templates/privacy.html create mode 100644 app/templates/transparency.html diff --git a/app/templates/privacy.html b/app/templates/privacy.html new file mode 100644 index 0000000..ec402a7 --- /dev/null +++ b/app/templates/privacy.html @@ -0,0 +1,74 @@ +{% extends "base.html" %} + +{% block content %} +

Privacy Policy

+

Last Updated 29/12/23 - 21:30 GMT

+

Information we collect

+

xygt.cc does not require any personally identifiable information in order to sign up to, and use our service. If you would like to prevent yourself from providing us with any personal information at all, please follow basic OPSEC guidelines and use common sense when browsing.

+
+

At any given time, xygt.cc may hold the following information about you.

+ +
+

At any given point with 1 (one) day's notice displayed on xygt.cc's homepage, the additional information may be held:

+ +
+

xygt.cc can not guarantee the availability of the afformentioned data unless specifically specified that we will be logging this data.

+

Before we collect this data, we are required to supply our users with 1 (one) day written notice as well as an exact date and time of logging activation.

+
+

How we use your information

+

xygt.cc uses your information to provide you with the service we offer. This includes, but is not limited to:

+ +
+

Files uploaded to xygt.cc will be accessed in the manner below:

+ + +
+

xygt.cc will never sell your information to third parties, nor will we ever use your information for advertising purposes.

+

xygt.cc is hosted on a Hetzner instance located in Nuremberg, DE. All information in transit to and from this server is transferred securely with HTTPS.

+

xygt.cc has no third parties.

+
+

How we store your information

+

xygt.cc stores all user information, file location information and URL redirection information in a secure MongoDB instance that is not open to the internet and is only acessible through 127.0.0.1 (localhost).

+

xygt.cc stores all user passwords and IDPasses in a hashed format using the bcrypt hashing algorithm.

+

Files uploaded to xygt.cc are stored in a folder located in the directory in which the xygt.cc instance is ran inside of. Basic security practices should be applied when uploading any data to xygt.cc.

+

Right to erasure

+

All xygt.cc users have the right to erasure, registered or not.

+

In order to proceed with an account deletion, the following steps must be taken:

+ +

Once these steps have been completed, your account will be deleted within 1 (one) week.

+
+

Backups

+

Due to the temporary nature of xygt.cc, backups are not kept of any data, that being user data or file information.

+

In the event of a catastrophic failure in which all user data is lost, if you are a donator and would like your perks back, please contact us at the E-Mail address listed on the support page with confirmation of your donation.

+
+

Thanks for using xygt!

+{% endblock %} \ No newline at end of file diff --git a/app/templates/transparency.html b/app/templates/transparency.html new file mode 100644 index 0000000..a00530a --- /dev/null +++ b/app/templates/transparency.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block content %} +

Transparency

+

I want to be as open as possible about how xygt is run, and what we actually do.

+

See our log of requests for information here.

+

xygt.cc runs on a Hetzner VPS located in Nuremberg, Germany.

+

The specs of this machine are as follows:

+ +

xygt.cc is ran by a single person, and is not affiliated with any other service.

+

The backend for this platform was written using Python with the Flask framework.

+

Our database is self-hosted on this server with no internet access, it runs MongoDB Community Edition and stores user data, file location data, and URL redirect data.

+

Any extra info you'd like to see on this page can be suggested through the E-Mail on the contact page

+{% endblock %} \ No newline at end of file