95 lines
3.4 KiB
Plaintext
95 lines
3.4 KiB
Plaintext
---
|
||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||
---
|
||
|
||
<BaseLayout pageTitle="Privacy Policy">
|
||
<main class="content">
|
||
<h1>Privacy Policy</h1>
|
||
|
||
<div>
|
||
<p>
|
||
<strong>Tideshift Digital e.U.</strong> (“we”, “our”, “us”) respects
|
||
your privacy and is committed to protecting any data related to your
|
||
use of this website.
|
||
</p>
|
||
|
||
<h2>Analytics</h2>
|
||
<p>
|
||
We use <strong>
|
||
<a
|
||
target="_blank"
|
||
href="https://umami.is/"
|
||
class="hoverable"
|
||
rel="noreferrer noopener">self-hosted Umami</a
|
||
>
|
||
</strong> to measure basic website usage (such as page views and
|
||
referrers). No personal data, cookies, or IP addresses are collected
|
||
or stored.
|
||
</p>
|
||
|
||
<h2>Hosting</h2>
|
||
<p>
|
||
This website is hosted by <strong>
|
||
<a
|
||
target="_blank"
|
||
href="https://www.hetzner.com/"
|
||
class="hoverable"
|
||
rel="noreferrer noopener">Hetzner Online GmbH</a
|
||
></strong
|
||
>. Standard server logs may be collected automatically for
|
||
technical and security purposes. These logs can include IP
|
||
addresses and access times. The logs are used solely for server
|
||
maintenance and security and are not combined with any other
|
||
data or used for analytics.
|
||
</p>
|
||
|
||
<h2>Data Retention</h2>
|
||
<p>
|
||
Analytics data collected by Umami are stored temporarily and
|
||
only in an anonymized, aggregated form. No personally
|
||
identifiable information is retained. Server logs are stored by
|
||
Hetzner in accordance with their standard retention policies,
|
||
primarily for operational and security purposes.
|
||
</p>
|
||
|
||
<h2>Legal Basis</h2>
|
||
<p>
|
||
Data processing through analytics and hosting is based on our
|
||
legitimate interest (Article 6(1)(f) GDPR) in maintaining and
|
||
improving our website’s performance and security.
|
||
</p>
|
||
|
||
<h2>Your Rights</h2>
|
||
<p>
|
||
Since we do not collect or process personal data directly, no
|
||
action is generally required from you. However, if you have any
|
||
questions or concerns regarding data protection, you may contact
|
||
us at
|
||
<a href="mailto:privacy@tideshiftdigital.com" class="hoverable"
|
||
>privacy@tideshiftdigital.com</a
|
||
>.
|
||
</p>
|
||
|
||
<h2>Data Controller</h2>
|
||
<p>
|
||
The data controller responsible for this website is:<br />
|
||
<strong>Tideshift Digital e.U.</strong><br />
|
||
Email: <a
|
||
href="mailto:privacy@tideshiftdigital.com"
|
||
class="hoverable">privacy@tideshiftdigital.com</a
|
||
>
|
||
</p>
|
||
</div>
|
||
</main>
|
||
</BaseLayout>
|
||
|
||
<style>
|
||
* + * {
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
h1 {
|
||
margin-top: 2rem;
|
||
}
|
||
</style>
|