This is an automated archive.

The original was posted on /r/selfhosted by /u/FoolHooligan on 2023-08-07 22:04:15+00:00.


I’ve got a little node webservice in a docker container that has a single url that is long and crazy enough to never be accidentally discovered.

I noticed some extra latency and checked out the request logs. Someone is trying to hack me. You know, the typical /wp-login.php bullshit.

I’m running my setup with a docker-compose.yml file.

Is there any reverse proxy type container that I can put in front of this webserver to either auto-ban or manually block ips?

What would the docker-compose file look like?

For example, my webserver is on port 7891, or 8099 within docker.

Any help is much appreciated.