69 lines
2.3 KiB
Markdown
69 lines
2.3 KiB
Markdown
## Privacy policy
|
|
|
|
## What data I collect
|
|
|
|
These may be logged by `docker` or `systemd`.
|
|
I also heavily log any requests sent to my server **but purely for analytic purposes**.
|
|
Here is an example of what I will see once you visit any of my services.
|
|
|
|
```json
|
|
{
|
|
"msec": "1717282535.756",
|
|
"connection": "16014",
|
|
"connection_requests": "633",
|
|
"pid": "612008",
|
|
"request_id": "cfe2d77a7db2e5ca3bea0716d8c54769",
|
|
"request_length": "112",
|
|
"remote_addr": "192.168.1.1",
|
|
"remote_user": "",
|
|
"remote_port": "53236",
|
|
"time_local": "02/Jun/2024:00:55:35 +0200",
|
|
"time_iso8601": "2024-06-02T00:55:35+02:00",
|
|
"request": "OPTIONS /_matrix/client/v3/sync?filter=0&timeout=30000&set_presence=online&since=s31158_1541328_15670_64635_15313_26_839_110647_0_25 HTTP/2.0",
|
|
"request_uri": "/_matrix/client/v3/sync?filter=0&timeout=30000&set_presence=online&since=s31158_1541328_15670_64635_15313_26_839_110647_0_25",
|
|
"args": "filter=0&timeout=30000&set_presence=online&since=s31158_1541328_15670_64635_15313_26_839_110647_0_25",
|
|
"status": "204",
|
|
"body_bytes_sent": "0",
|
|
"bytes_sent": "221",
|
|
"http_referer": "",
|
|
"http_user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.66 Chrome/122.0.6261.156 Electron/29.4.0 Safari/537.36",
|
|
"http_x_forwarded_for": "",
|
|
"http_host": "4o1x5.dev",
|
|
"server_name": "4o1x5.dev",
|
|
"request_time": "0.002",
|
|
"upstream": "pink:8008",
|
|
"upstream_connect_time": "0.000",
|
|
"upstream_header_time": "0.002",
|
|
"upstream_response_time": "0.002",
|
|
"upstream_response_length": "0",
|
|
"upstream_cache_status": "",
|
|
"ssl_protocol": "TLSv1.3",
|
|
"ssl_cipher": "TLS_AES_128_GCM_SHA256",
|
|
"scheme": "https",
|
|
"request_method": "OPTIONS",
|
|
"server_protocol": "HTTP/2.0",
|
|
"pipe": ".",
|
|
"gzip_ratio": "",
|
|
"http_cf_ray": "",
|
|
"geoip_country_code": "US"
|
|
}
|
|
```
|
|
|
|
## How will I use or process your data?
|
|
|
|
I look thru it via my grafana panel.
|
|
**But I never share, sell or process the information otherwise**
|
|
|
|
![Grafana panel](./dashboard.png)
|
|
|
|
## How do I store your data?
|
|
|
|
This data may be stored only in volatile storage such as RAM or my hard drives.
|
|
Nginx logs are stored in a `.log` format, pure text.
|
|
|
|
But promtail also processes these logs and sends them to loki for `in-memory` storage.
|
|
|
|
## How long do I store data
|
|
|
|
I store them for a year at most, as they tend to clog up my storage.
|