npm: Increase RAM and HDD, update Certbot notes (#8882)

This commit is contained in:
CanbiZ
2025-11-05 06:13:30 -08:00
committed by GitHub
parent a3199be759
commit cad5b3e059

View File

@@ -20,8 +20,8 @@
"script": "ct/nginxproxymanager.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "13"
}
@@ -33,12 +33,8 @@
},
"notes": [
{
"text": "Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference. Running `/app/scripts/install-certbot-plugins` within the nginxproxymanager LXC shell will install many additional plugins.",
"type": "warning"
},
{
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning"
"text": "You can install the specific one certbot you prefer, or you can Running /app/scripts/install-certbot-plugins within the Nginx Proxy Manager (NPM) LXC shell will install many common plugins. Important: This script does not install all Certbot plugins, as some require additional, external system dependencies (like specific packages for certain DNS providers). These external dependencies must be manually installed within the LXC container before you can successfully install and use the corresponding Certbot plugin. Consult the plugin's documentation for required packages.",
"type": "info"
}
]
}