2025-03-13 15:32:38 +01:00
{
2025-04-30 15:11:44 +02:00
"name" : "NPMplus" ,
"slug" : "npmplus" ,
"categories" : [
21
] ,
"date_created" : "2025-03-13" ,
"type" : "ct" ,
2025-09-10 09:14:15 +02:00
"updateable" : true ,
2025-04-30 15:11:44 +02:00
"privileged" : false ,
"interface_port" : 81 ,
"documentation" : "https://github.com/ZoeyVid/NPMplus/blob/develop/README.md" ,
"website" : "https://github.com/ZoeyVid/NPMplus" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/nginx-proxy-manager.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/compose.yaml" ,
"description" : "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." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/npmplus.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 3 ,
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-04-30 15:11:44 +02:00
}
2025-03-13 15:32:38 +01:00
} ,
2025-04-30 15:11:44 +02:00
{
"type" : "alpine" ,
"script" : "ct/npmplus.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 3 ,
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-04-30 15:11:44 +02:00
}
}
] ,
"default_credentials" : {
2025-09-10 09:14:15 +02:00
"username" : "admin@example.org" ,
2025-04-30 15:11:44 +02:00
"password" : null
} ,
"notes" : [
{
"text" : "This uses Docker under the hood, as this can not easily be installed bare-metal. " ,
"type" : "info"
} ,
{
"text" : "The initial starting process can be take 1-2min. " ,
"type" : "info"
} ,
{
2025-09-10 09:14:15 +02:00
"text" : "Application credentials: `cat /opt/.npm_pwd` - if file not exist in LXC check docker logs for password with `docker logs npmplus`" ,
2025-04-30 15:11:44 +02:00
"type" : "info"
}
]
2025-03-13 15:32:38 +01:00
}