mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-06 01:13:33 +00:00
fixing first release of open-appsec for nginx-proxy-manager
This commit is contained in:
@@ -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
BIN
docker/lib/libngx_module.so
Normal file
Binary file not shown.
BIN
docker/lib/libosrc_compression_utils.so
Normal file
BIN
docker/lib/libosrc_compression_utils.so
Normal file
Binary file not shown.
BIN
docker/lib/libosrc_nginx_attachment_util.so
Normal file
BIN
docker/lib/libosrc_nginx_attachment_util.so
Normal file
Binary file not shown.
BIN
docker/lib/libosrc_shmem_ipc.so
Normal file
BIN
docker/lib/libosrc_shmem_ipc.so
Normal file
Binary file not shown.
@@ -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.",
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user