File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN apt-get update \
5757 tzdata \
5858 unzip \
5959 zlib1g \
60+ gettext \
6061 wget \
6162 && apt-get clean \
6263 && rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
99DOCKER_IMAGE=nginxproxymanager/nginx-full
1010
1111export OPENRESTY_VERSION=1.19.9.1
12- export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.1
12+ export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1313export LUA_VERSION=5.1.5
1414export LUAROCKS_VERSION=3.3.1
1515
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ RESET='\E[0m'
99echo -e " ${BLUE} ❯ ${CYAN} Installing Crowdsec OpenResty Bouncer ${YELLOW}${CROWDSEC_OPENRESTY_BOUNCER_VERSION} ...${RESET} "
1010
1111cd /tmp
12- # Offical Crowdsec download location is currently blocked due to two pull requests waiting to be added for full support for Docker installs
13- # weg "https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION}/crowdsec-openresty-bouncer.tgz"
14- wget " https://github.com/LePresidente/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
12+ wget " https://github.com/crowdsecurity/cs-openresty-bouncer/releases/download/v${CROWDSEC_OPENRESTY_BOUNCER_VERSION} /crowdsec-openresty-bouncer.tgz"
1513mkdir -p /tmp/crowdsec
1614tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
1715cd /tmp/crowdsec
You can’t perform that action at this time.
0 commit comments