diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro new file mode 100644 index 0000000..11bf235 --- /dev/null +++ b/src/pages/privacy.astro @@ -0,0 +1,100 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import SiteHeader from '../components/SiteHeader.astro'; +import SiteFooter from '../components/SiteFooter.astro'; + +const operatorContact = ''; +const lastUpdated = '2026-04-24'; +--- + + +
+

Privacy Policy

+

Last updated: {lastUpdated}

+ +
+

1. Overview

+

+ This policy describes what personal data is processed when you visit www.cameleer.io. Our goal is to collect as little data as technically possible. + We do not set cookies. We do not run analytics scripts. We have no forms on this site. + If and when that changes, this policy will be updated and the change noted in the "Last updated" date above. +

+
+ +
+

2. Controller

+

+ The data controller responsible for processing on this site is the operator listed in our + imprint. + Contact for privacy matters: {operatorContact}. +

+
+ +
+

3. Server access logs

+

+ When you access this site, our hosting provider (Hetzner Online GmbH, Germany) automatically records standard access log data in order to operate and secure the service: +

+
    +
  • IP address
  • +
  • Date and time of the request
  • +
  • HTTP method, requested path, and response status
  • +
  • User-agent string and referrer
  • +
+

+ Legal basis: Art. 6(1)(f) GDPR (legitimate interest in operating and securing the service). Logs are retained for the duration applied by our hosting provider and are not combined with other data sources. +

+
+ +
+

4. Content delivery via Cloudflare

+

+ This site is delivered through Cloudflare, Inc. (101 Townsend St, San Francisco, CA 94107, USA). Cloudflare inspects incoming traffic for security and performance purposes (DDoS protection, WAF, caching). Processing is governed by a Data Processing Agreement and the EU Standard Contractual Clauses. + Legal basis: Art. 6(1)(f) GDPR (legitimate interest in availability and security). +

+
+ +
+

5. Cookies

+

+ This site sets no cookies and uses no browser storage of any kind. No consent banner is required because no consent-requiring technology is in use. +

+
+ +
+

6. External links

+

+ Sign-in and sign-up links on this site navigate you to auth.cameleer.io (Logto identity service) and subsequently platform.cameleer.io. Those services have their own privacy policies, which apply from the moment you arrive there. +

+
+ +
+

7. Your rights

+

+ Under the GDPR, you have the right to: +

+
    +
  • request access to personal data we process about you (Art. 15)
  • +
  • request rectification of inaccurate data (Art. 16)
  • +
  • request erasure of your data (Art. 17)
  • +
  • request restriction of processing (Art. 18)
  • +
  • object to processing based on legitimate interest (Art. 21)
  • +
  • lodge a complaint with a supervisory authority (Art. 77)
  • +
+

+ Contact us at {operatorContact} to exercise any of these rights. +

+
+ +
+

8. Changes to this policy

+

+ We may update this policy as our data processing changes (for example, if we later add analytics). The "Last updated" date at the top of this page reflects the most recent revision. +

+
+
+ +