ABOUT
NPMplus is an enhanced version of Nginx Proxy Manager. It simplifies the process of setting up reverse proxies with TLS termination through a user-friendly web interface. Key features include HTTP/3 support, integration with CrowdSec IPS, inclusion of GoAccess for real-time log analysis, and support for ModSecurity with the Core Rule Set.
infoThis uses Docker under the hood, as this can not easily be installed bare-metal.
infoThe initial starting process can take 1-2min.
INSTALL
Approved local installer
alpineAlpine 3.24
Approved locally1 CPU512 MB RAM3 GB disk
Config path/opt/compose.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/npmplus.sh'; sha='d797a916a657ed71aa221d4e76fcf3b86b03edb753cd9923419099a3d53d6a7c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/npmplus.shSHA-256 d797a916a657ed71aa221d4e76fcf3b86b03edb753cd9923419099a3d53d6a7c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.