Something I didn’t know until recently is that in the access logs IP addresses are included in the logs.

I’m gonna look into disabling it or regularly clearing the logs or something.

Just thought i should mention that since it wasn’t in the privacy policy, sorry. But I’m the only person with access to it and all the files are very secure.

Though as a reminder, it’s never a bad idea to use a VPN online, as it hides your real IP address.

  • @BurgerA
    link
    8
    edit-2
    10 months ago

    In your nginx.conf it’s access_log = off; under rhe server block. In docker-compose.yml you set all the stuff in RUST_LOG from info to error. For pictrs you add the PICTRS__TRACING__LOGGING__TARGETS=error env var.