Skip to content
Snippets Groups Projects
Commit c00eac5a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Update privacy policy

parent fc9a8f4a
Branches
No related tags found
No related merge requests found
/node_modules /node_modules
/package*
/.git /.git
/.idea /.idea
*.sh
*.pug
*.sass
Makefile Makefile
/.idea/ /.idea/
*.html
/node_modules/ /node_modules/
FROM node:latest AS builder
COPY . /build/
WORKDIR /build/
RUN npm install && \
npm build
FROM nginx:latest FROM nginx:latest
COPY . /usr/share/nginx/html/ COPY --from=builder /build/ /usr/share/nginx/html/
<html lang="en"><head><meta charset="utf-8"/><title>Imprint | kuschku.de</title><link rel="canonical" href="https://kuschku.de/"/><link rel="shortcut icon" href="/favicon.png"/><link rel="shortcut icon" href="/favicon.svg"/><meta property="og:site_name" content="kuschku.de"/><meta property="og:type" content="website"/><meta property="og:title" content="Privacy Policy | kuschku.de"/><meta property="og:url" content="https://kuschku.de/"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Privacy Policy | kuschku.de"/><meta property="twitter:url" content="https://kuschku.de/"/><meta name="generator" content="Human v1.0"/><meta name="referrer" content="origin"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="HandheldFriendly" content="True"/><meta name="theme-color" content="#0075BF"/><meta name="msapplication-navbutton-color" content="#0075BF"/><meta name="apple-mobile-web-app-status-bar-style" content="#0075BF"/><link rel="stylesheet" href="/assets/stylesheets/style.css"/><link rel="stylesheet" href="/assets/stylesheets/fonts.css"/></head><body><nav><ul><li class="title"><a href="/" title="Home"><h1><img src="../assets/images/logo.svg"/><span>kuschku.de</span></h1></a></li><li class="spacer"></li><li><a href="https://accounts.kuschku.de/">Account</a></li><li><a href="/privacy-policy/">Privacy Policy</a></li><li class="active"><a href="/imprint/">Imprint</a></li></ul></nav><section><h2>Imprint</h2>
<p><em>For legal reasons, this page is in German.</em></p>
<p>Rechtlich verantwortlich für diese Webseite:</p>
<p>Janne Mareike Koschinski<br>
Lortzingstraße 18<br>
40667 Meerbusch</p>
<p>support@kuschku.de</p>
</section><footer></footer></body></html>
\ No newline at end of file
<html lang="en"><head><meta charset="utf-8"/><title>kuschku.de</title><link rel="canonical" href="https://kuschku.de/"/><link rel="shortcut icon" href="/favicon.png"/><link rel="shortcut icon" href="/favicon.svg"/><meta property="og:site_name" content="kuschku.de"/><meta property="og:type" content="website"/><meta property="og:title" content="kuschku.de"/><meta property="og:url" content="https://kuschku.de/"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="kuschku.de"/><meta property="twitter:url" content="https://kuschku.de/"/><meta name="generator" content="Human v1.0"/><meta name="referrer" content="origin"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="HandheldFriendly" content="True"/><meta name="theme-color" content="#0075BF"/><meta name="msapplication-navbutton-color" content="#0075BF"/><meta name="apple-mobile-web-app-status-bar-style" content="#0075BF"/><link rel="stylesheet" href="/assets/stylesheets/style.css"/><link rel="stylesheet" href="/assets/stylesheets/fonts.css"/></head><body><nav><ul><li class="title active"><a href="/" title="Home"><h1><img src="../assets/images/logo.svg"/><span>kuschku.de</span></h1></a></li><li class="spacer"></li><li><a href="https://accounts.kuschku.de/">Account</a></li><li><a href="/privacy-policy/">Privacy Policy</a></li><li><a href="/imprint/">Imprint</a></li></ul></nav><section><h2 class="centered">Services</h2><ul class="cards"><li><h2>ik8r</h2><p>An image hoster allowing images with title and description, albums, and animated gifs.</p><div class="img"><img src="https://i.k8r.eu/iMXe5wl"/></div><a href="https://i.k8r.eu/">Discover More</a></li><li><h2>Quassel Logs</h2><p>Public logs of the #quassel and associated IRC channels on Freenode</p><div class="img"><img src="https://i.k8r.eu/-7kDGgl"/></div><a href="https://gluu.kuschku.de/logs/">Discover More</a></li></ul><h2 class="centered">Projects</h2><ul class="cards"><li><h2>Powerline Go</h2><p>A beautiful and useful low-latency prompt for your shell, written in go.</p><div class="img"><img src="https://i.k8r.eu/1FxlXQl"/></div><a href="https://github.com/justjanne/powerline-go/">Discover More</a></li><li><h2>Quasseldroid</h2><p>An Android-based client for the decentralized Quassel IRC client.</p><div class="img"><img src="https://i.k8r.eu/7utRBgl"/></div><a href="https://quasseldroid.info">Discover More</a></li><li><h2>Quassel Rest Search</h2><p>A Proof-of-Concept search engine for Quassel logs based on PostgreSQL fulltext search</p><div class="img"><img src="https://i.k8r.eu/gTeF6Al"/></div><a href="https://github.com/justjanne/quassel-rest-search/">Discover More</a></li><li><h2>Quassel Icons</h2><p>The new common icons and colorscheme for all Quassel projects.</p><div class="img"><img src="https://i.k8r.eu/0Wx4qgl"/></div><a href="https://github.com/justjanne/quassel-icons">Discover More</a></li><li><h2>Imagehost</h2><p>The image hosting software powering ik8r.</p><div class="img"><img src="https://i.k8r.eu/iMXe5wl"/></div><a href="https://git.kuschku.de/justJanne/imghost-frontend">Discover More</a></li></ul></section><footer></footer></body></html>
\ No newline at end of file
This diff is collapsed.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"homepage": "https://kuschku.de/", "homepage": "https://kuschku.de/",
"devDependencies": { "devDependencies": {
"jstransformer-markdown-it": "^2.1.0", "jstransformer-markdown-it": "^2.1.0",
"node-sass": "^4.11.0", "node-sass": "^4.14.0",
"pug-cli": "^1.0.0-alpha6" "pug-cli": "^1.0.0-alpha6"
} }
} }
## Privacy Policy ## Privacy Policy
### Website
While visiting our website, your computer transmits various pieces of data to our website. These vary based on browser To be able to provide you the best possible experience, and to avoid security threats, we need to collect and process certain information. The amount of information collected depends on which services you use:
and operating system, and usually include:
* Browser and version ### Contact via email
* Operating system and version
* The previously visited website (Referrer URL)
* Hostname and/or IP address of your computer
* Time and date of the access
We currently collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be able to When you contact us via email we will collect the content of your email to be able to respond to your message. If your message contains technical information, which is not specific to you personally, e.g. a bug report, we will use this data and may publish it in our bug tracker to improve our software.
analyze active security threats. These logs are not transferred to any third party.
### Accounts ### Usage data
The account subsite stores your email address as well as whatever username and name you decided to provide. These are *Applies to: all services and websites on kuschku.de, k8r.eu, quasseldroid.info, justjanne.de*
only visible to you.
For the purpose of identifying account hijackings the past 14 days of logins are also stored with time and IP address. When you visit our websites and services, we will store:
These are only visible to you and administrators.
### ik8r / ik8r.eu * Referrer (the website you visited us from)
* User-Agent (the browser and version you are using)
* Time and date of your visit
* IP address, including which country you are in
* Default Language configured in the browser
This site only stores your uploaded images you chose to provide, as well as their original filename as well as upload We store the full information for up to 2 weeks to be able to analyze security threats, after that only an anonymous summary of all visits will be stored.
time and date. You can delete your uploaded images at your own choice.
### Seafile / cloud.kuschku.de ### GitHub
This site stores the files you chose to upload, as well as their modification history. You can delete them at any time *Applies to: github.com/justjanne*
via the application or webinterface.
### Quassel Cloud / quassel.kuschku.de If you interact with our projects on GitHub, the [privacy policy of GitHub](https://docs.github.com/en/github/site-policy/github-privacy-statement) applies.
Only your chat logs you decided to keep are stored, you can delete these at any time. ### Services
We currently collect and store IP address and account for every login for up to 2 weeks to be able to analyze active *Applies to: all services and websites on kuschku.de, k8r.eu, quasseldroid.info, justjanne.de*
security threats. These logs are not transferred to any third party.
While using our services, we will store any and all data you enter, until you chose to delete the data or account. We may choose to delete accounts or data earlier.
Data submitted while not logged in, if possible, are not linked to any account, and can not be removed.
Data will only be used for the service on which you entered it, and not be turned over to any third party, unless we are required to by law.
### Apps
*Applies to: Quasseldroid app*
Quasseldroid will only connect to servers configured by the user. Messages, user data, and other content are subject to the privacy policies of that server, and other connected servers.
Crash reports have to be manually submitted, in which case they are subject to the privacy policy for emails (see above).
### Further Questions ### Further Questions
For further questions, to request an export of your data, or to request a deletion of all data about you, please contact For further questions regarding our privacy policy, please contact [support@kuschku.de](mailto:support@kuschku.de).
[support@kuschku.de](mailto:support@kuschku.de).
\ No newline at end of file
<html lang="en"><head><meta charset="utf-8"/><title>Privacy Policy | kuschku.de</title><link rel="canonical" href="https://kuschku.de/"/><link rel="shortcut icon" href="/favicon.png"/><link rel="shortcut icon" href="/favicon.svg"/><meta property="og:site_name" content="kuschku.de"/><meta property="og:type" content="website"/><meta property="og:title" content="Privacy Policy | kuschku.de"/><meta property="og:url" content="https://kuschku.de/"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Privacy Policy | kuschku.de"/><meta property="twitter:url" content="https://kuschku.de/"/><meta name="generator" content="Human v1.0"/><meta name="referrer" content="origin"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="HandheldFriendly" content="True"/><meta name="theme-color" content="#0075BF"/><meta name="msapplication-navbutton-color" content="#0075BF"/><meta name="apple-mobile-web-app-status-bar-style" content="#0075BF"/><link rel="stylesheet" href="/assets/stylesheets/style.css"/><link rel="stylesheet" href="/assets/stylesheets/fonts.css"/></head><body><nav><ul><li class="title"><a href="/" title="Home"><h1><img src="../assets/images/logo.svg"/><span>kuschku.de</span></h1></a></li><li class="spacer"></li><li><a href="https://accounts.kuschku.de/">Account</a></li><li class="active"><a href="/privacy-policy/">Privacy Policy</a></li><li><a href="/imprint/">Imprint</a></li></ul></nav><section><h2>Privacy Policy</h2>
<h3>Website</h3>
<p>While visiting our website, your computer transmits various pieces of data to our website. These vary based on browser
and operating system, and usually include:</p>
<ul>
<li>Browser and version</li>
<li>Operating system and version</li>
<li>The previously visited website (Referrer URL)</li>
<li>Hostname and/or IP address of your computer</li>
<li>Time and date of the access</li>
</ul>
<p>We currently collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be able to
analyze active security threats. These logs are not transferred to any third party.</p>
<h3>Accounts</h3>
<p>The account subsite stores your email address as well as whatever username and name you decided to provide. These are
only visible to you.</p>
<p>For the purpose of identifying account hijackings the past 14 days of logins are also stored with time and IP address.
These are only visible to you and administrators.</p>
<h3>ik8r / ik8r.eu</h3>
<p>This site only stores your uploaded images you chose to provide, as well as their original filename as well as upload
time and date. You can delete your uploaded images at your own choice.</p>
<h3>Seafile / cloud.kuschku.de</h3>
<p>This site stores the files you chose to upload, as well as their modification history. You can delete them at any time
via the application or webinterface.</p>
<h3>Quassel Cloud / quassel.kuschku.de</h3>
<p>Only your chat logs you decided to keep are stored, you can delete these at any time.</p>
<p>We currently collect and store IP address and account for every login for up to 2 weeks to be able to analyze active
security threats. These logs are not transferred to any third party.</p>
<h3>Further Questions</h3>
<p>For further questions, to request an export of your data, or to request a deletion of all data about you, please contact
<a href="mailto:support@kuschku.de">support@kuschku.de</a>.</p>
</section><footer></footer></body></html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment