crowdsecurity / cs-nginx-bouncer

CrowdSec bouncer for Nginx
MIT License
48 stars 8 forks source link

Docker image #22

Closed sdebruyn closed 1 year ago

sdebruyn commented 2 years ago

Nginx is most often deployed as a Docker image, so it would make sense that this bouncer would be compatible with that. Maybe an image built on top of the official nginx image?

he2ss commented 2 years ago

Hi @sdebruyn,

We already did the same with https://github.com/crowdsecurity/cs-openresty-bouncer, but we'll not release new image in every openresty new image version. Maintaining nginx versions will be painfull for us. We can have nginx docker image but we'll release new image version every release on the bouncer not on nginx version until some ask for it etc, it will not be automatically done. I think it's better if you build you docker image because you'll have custom config and then you can add the bouncer.

So what do you think about that ?

LaurenceJJones commented 1 year ago

Closing issue, TLDR: we will not maintain a nginx image since users will want to inject there own custom confs

If you dont agree with the answer please reopen