|
|
|
|
|
by badlogic
976 days ago
|
|
The express app is really only used during local dev. In prod, only the bot part is relevant. The site is served statically via Nginx, with a log_format that doesn't use any PII in it. That's part of my Docker setup, which is not in the repo, so I guess people have to "trust" me (which is not ideal of course). The whole thing runs on a Hetzner server, so while I do not log any PII, Hetzner logs at least the IP and keeps that info for a while. So I guess I lied :( |
|