From 099276c837dd9510bb4cc446f370272b259abe9a Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 15 Aug 2023 13:18:41 +0800 Subject: [PATCH] docs: add privacy policy --- PRIVACY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 00000000..71da4984 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,17 @@ +# Privacy Policy + +Komga is a self-hosted application. It does not transmit any data outside the machine hosting it. + +## Data collected + +Data collected is stored in the local SQLite database required for the application to function, and never leaves your +machine. + +### Information provided by the user(s) + +- **Email address**: required to create an account + +### Information collected automatically + +- **IP address and User-Agent of authentication connections**: stored in the local database during authentication + attempts. That information is automatically deleted after one month.