mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #3402] [CLOSED] Open appsec addition first commit to development branch #3698
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3698
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3402
Author: @roybarda
Created: 12/20/2023
Status: ❌ Closed
Base:
develop← Head:open-appsec-addition📝 Commits (10+)
81a3895Update README.mdf9ae99efirst open-appsec support41b579dSupporting open-appsecb66497aopen-appsec-addition3741c52Update shared volumes config80deae9Merge branch 'client-side-log-pagination' into open-appsec-integrationdbd78e5Filtered log viewsce84a86Notify policy updates to open-appsec container.1d81a55Merge pull request #1 from openappsec/filtered-logsc0171feUpdate log table, login screen UI and package versions📊 Changes
69 files changed (+2546 additions, -177 deletions)
View changed files
📝
README.md(+176 -70)➕
backend/internal/nginx-openappsec.js(+314 -0)➕
backend/internal/openappsec-log.js(+152 -0)📝
backend/internal/proxy-host.js(+75 -1)➕
backend/internal/setting-openappsec.js(+52 -0)➕
backend/lib/constants.js(+9 -0)📝
backend/package.json(+2 -1)📝
backend/routes/api/main.js(+2 -0)➕
backend/routes/api/openappsec-log.js(+35 -0)➕
backend/routes/api/openappsec-settings.js(+49 -0)📝
backend/schema/definitions.json(+17 -0)📝
backend/schema/endpoints/proxy-hosts.json(+45 -0)➕
backend/templates/local-policy-open-appsec-enabled-for-proxy-host.yaml(+122 -0)➕
backend/templates/openappsec.conf(+16 -0)➕
deployment/docker-compose.yaml(+36 -0)➕
deployment/local_policy.yaml(+63 -0)📝
docker/Dockerfile(+11 -0)📝
docker/docker-compose.dev.yml(+2 -0)➕
docker/lib/libngx_module.so(+0 -0)➕
docker/lib/libosrc_compression_utils.so(+0 -0)...and 49 more files
📄 Description
Open appsec addition first commit to development branch
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.