Paste deletion via CLI
Moved to 'Testing' - locally added, need some testing and adding some instructions. Happy with the result. More infomration will follow.
Env Var behind Proxy for X-Real-IP (Ratelimit and logging)
- Will use the X-REAL-IP header by default and fall back to the other IP.
- removed some dup from rate-limit and logging feature
- added a bigger information to the README that a reverse-proxy…
Env Var behind Proxy for X-Real-IP (Ratelimit and logging)
Logging Function
- structured JSON to make it easier to work with (Loki, etc)
- logfmt would have been the alternative, but json seems fine
- uses X-REAL-IP for now, might have to change with another option…
Env Var behind Proxy for X-Real-IP (Ratelimit and logging)