mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-09 04:42:51 +00:00
41 lines
1.8 KiB
JSON
41 lines
1.8 KiB
JSON
{
|
|
"name": "Nginx Proxy Manager",
|
|
"slug": "nginxproxymanager",
|
|
"categories": [
|
|
21
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 81,
|
|
"documentation": "https://nginxproxymanager.com/guide/",
|
|
"website": "https://nginxproxymanager.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/nginx-proxy-manager.webp",
|
|
"config_path": "",
|
|
"description": "Nginx Proxy Manager is a tool that provides a web-based interface to manage Nginx reverse proxies. It enables users to easily and securely expose their services to the internet by providing features such as HTTPS encryption, domain mapping, and access control. It eliminates the need for manual configuration of Nginx reverse proxies, making it easy for users to quickly and securely expose their services to the public.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/nginxproxymanager.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin@example.com",
|
|
"password": "changeme"
|
|
},
|
|
"notes": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|