Hacker News new | ask | show | jobs
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 :(

1 comments

Totally commendable!! You’re collecting as little as possible which is great! Nice job with the product, I’ll be using it a ton :)