diff --git a/config.toml b/config.toml index a163ac1..cee66b1 100644 --- a/config.toml +++ b/config.toml @@ -5,9 +5,9 @@ copyright = "" canonifyurls = true [params] - footer_1 = "Dezentral: What is a cloud?" - footer_2 = "Impressum: Make a DNS whois" - footer_3 = "Datenschutz: We save nothing!" + footer_1 = "Decentralise: What is a cloud?" + footer_2 = 'Imprint: Make a DNS whois' + footer_3 = 'Privacy Policy: We save nothing!' [[menu.main]] name = "Home" diff --git a/content/imprint.md b/content/imprint.md new file mode 100644 index 0000000..02b36f6 --- /dev/null +++ b/content/imprint.md @@ -0,0 +1,8 @@ +--- +title: Imprint +type: hidden +--- +We do not need a imprint, we are no journalistic project or have interests of commercial use. +So we do not have to published like wanted in RStV and TMG ยง5. + +Otherwise ask for it per mail at host(at)sum7.eu diff --git a/content/privacy_policy.md b/content/privacy_policy.md new file mode 100644 index 0000000..bae3143 --- /dev/null +++ b/content/privacy_policy.md @@ -0,0 +1,21 @@ +--- +title: Privacy Policy +type: hidden +--- + +# Websites +We do not use external services like GoogleAnalytics or GoogleMaps. + +From your Website request is only saved: + +- Address Family: IPv4 or IPv6 +- Requested Domain: e.g. `chat.sum7.eu` +- Duration of delivery: How long a request take time (in histogram cumulated in buckets) + +We excuse us, but we think it is necessary for enhanced the delivery of your webserver. + + +# Chat (XMPP) +For easy use, there is Message Archiving enabled by default. +Hopefully you use OMEMO or you should disable MAM. +Otherwise your messages are stored plain on this server for other clients. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 67a0832..0a4ec62 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,9 +2,9 @@