mirror of
https://github.com/ZoeyVid/NPMplus.git
synced 2026-03-14 00:39:04 +00:00
Compare commits
5 Commits
develop
...
ocsp-stapl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90c4cd259d | ||
|
|
e90936eebe | ||
|
|
2334d8484b | ||
|
|
5127edfe93 | ||
|
|
f8a7ff0f63 |
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
listen unix:/run/nginx-{{ id }}.sock;
|
||||
|
||||
listen 80;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user