Skip to content

Commit cad5b3e

Browse files
authored
npm: Increase RAM and HDD, update Certbot notes (#8882)
1 parent a3199be commit cad5b3e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

frontend/public/json/nginxproxymanager.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"script": "ct/nginxproxymanager.sh",
2121
"resources": {
2222
"cpu": 2,
23-
"ram": 1024,
24-
"hdd": 4,
23+
"ram": 2048,
24+
"hdd": 8,
2525
"os": "debian",
2626
"version": "13"
2727
}
@@ -33,12 +33,8 @@
3333
},
3434
"notes": [
3535
{
36-
"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.",
37-
"type": "warning"
38-
},
39-
{
40-
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
41-
"type": "warning"
36+
"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.",
37+
"type": "info"
4238
}
4339
]
4440
}

0 commit comments

Comments
 (0)