mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
docs: add privacy policy
This commit is contained in:
parent
9b650ccc46
commit
099276c837
1 changed files with 17 additions and 0 deletions
17
PRIVACY.md
Normal file
17
PRIVACY.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue