fixing first release of open-appsec for nginx-proxy-manager

This commit is contained in:
root
2023-12-20 16:13:24 +00:00
parent f43b024e02
commit ab96034994
7 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
version: '3.8'
version: '3.3'
# docker compose for npm open-appsec integration
services:
appsec-npm:
container_name: appsec-npm
image: 'ghcr.io/openappsec/appsec-npm:latest'
container_name: npm-attachment
image: 'ghcr.io/openappsec/nginx-proxy-manager-attachment:latest'
ipc: host
restart: unless-stopped
ports:

BIN
docker/lib/libngx_module.so Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -43,7 +43,7 @@
},
"main": {
"app": "Nginx Proxy Manager",
"version": "v{version}",
"version": "v{version}-beta.1",
"welcome": "Welcome to Nginx Proxy Manager",
"logged-in": "You are logged in as {name}",
"unknown-error": "Error loading stuff. Please reload the app.",

View File

@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "1.0.1",
"version": "1.0.0",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"devDependencies": {