Compare commits

...

5 Commits

Author SHA1 Message Date
Zoey
90c4cd259d Update _listen.conf 2024-12-05 21:57:12 +01:00
renovate[bot]
e90936eebe chore(deps): update zoeyvid/nginx-quic docker tag to v359 2024-12-05 15:08:02 +01:00
renovate[bot]
2334d8484b chore(deps): update zoeyvid/certbot-docker docker tag to v67 2024-12-05 12:10:31 +01:00
renovate[bot]
5127edfe93 chore(deps): update dependency prettier to v3.4.2 2024-12-04 09:28:19 +01:00
renovate[bot]
f8a7ff0f63 dep updates/change default mime types to download instead of plain text
Signed-off-by: Zoey <zoey@z0ey.de>
2024-12-02 22:51:58 +01:00
4 changed files with 11 additions and 10 deletions

View File

@@ -71,11 +71,11 @@ RUN apk upgrade --no-cache -a && \
sed -i "s|APPSEC_PROCESS_TIMEOUT=.*|APPSEC_PROCESS_TIMEOUT=10000|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf
FROM zoeyvid/nginx-quic:356-python
FROM zoeyvid/nginx-quic:359-python
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY rootfs /
COPY --from=zoeyvid/certbot-docker:65 /usr/local /usr/local
COPY --from=zoeyvid/certbot-docker:67 /usr/local /usr/local
COPY --from=zoeyvid/curl-quic:427 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=strip-backend /app /app
@@ -88,7 +88,7 @@ COPY --from=crowdsec /src/crowdsec-nginx-bouncer/lua-mod/templa
COPY --from=crowdsec /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf /usr/local/nginx/conf/conf.d/include/crowdsec.conf
COPY --from=crowdsec /src/crowdsec-nginx-bouncer/nginx/crowdsec_nginx.conf /usr/local/nginx/conf/conf.d/include/crowdsec_nginx.conf
ARG CRS_VER=v4.8.0
ARG CRS_VER=v4.9.0
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini \
bash nano nodejs \

View File

@@ -10,7 +10,7 @@
"archiver": "7.0.1",
"batchflow": "0.4.0",
"bcrypt": "5.1.1",
"better-sqlite3": "11.5.0",
"better-sqlite3": "11.6.0",
"body-parser": "2.0.2",
"compression": "1.7.5",
"express": "4.21.1",
@@ -21,7 +21,7 @@
"liquidjs": "10.19.0",
"lodash": "4.17.21",
"moment": "2.30.1",
"mysql2": "3.11.4",
"mysql2": "3.11.5",
"node-rsa": "1.1.1",
"objection": "3.1.5",
"path": "0.12.7",
@@ -31,12 +31,12 @@
"license": "MIT",
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@eslint/js": "9.15.0",
"eslint": "9.15.0",
"@eslint/js": "9.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.12.0",
"prettier": "3.3.3"
"globals": "15.13.0",
"prettier": "3.4.2"
},
"scripts": {
"validate-schema": "node validate-schema.js"

View File

@@ -1,3 +1,4 @@
listen unix:/run/nginx-{{ id }}.sock;
listen 80;

View File

@@ -19,7 +19,7 @@ http {
log_not_found off;
include mime.types;
default_type text/plain;
default_type application/octet-stream;
lua_package_path "/usr/local/nginx/lib/lua/?.lua;;";
server_tokens off;