mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-06 09:23:38 +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
|
# docker compose for npm open-appsec integration
|
||||||
|
|
||||||
services:
|
services:
|
||||||
appsec-npm:
|
appsec-npm:
|
||||||
container_name: appsec-npm
|
container_name: npm-attachment
|
||||||
image: 'ghcr.io/openappsec/appsec-npm:latest'
|
image: 'ghcr.io/openappsec/nginx-proxy-manager-attachment:latest'
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
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": {
|
"main": {
|
||||||
"app": "Nginx Proxy Manager",
|
"app": "Nginx Proxy Manager",
|
||||||
"version": "v{version}",
|
"version": "v{version}-beta.1",
|
||||||
"welcome": "Welcome to Nginx Proxy Manager",
|
"welcome": "Welcome to Nginx Proxy Manager",
|
||||||
"logged-in": "You are logged in as {name}",
|
"logged-in": "You are logged in as {name}",
|
||||||
"unknown-error": "Error loading stuff. Please reload the app.",
|
"unknown-error": "Error loading stuff. Please reload the app.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nginx-proxy-manager",
|
"name": "nginx-proxy-manager",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"description": "A beautiful interface for creating Nginx endpoints",
|
"description": "A beautiful interface for creating Nginx endpoints",
|
||||||
"main": "js/index.js",
|
"main": "js/index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Reference in New Issue
Block a user