mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-13 08:43:25 +01:00
* fix(nginxproxymanager): update for better-sqlite3 and setup wizard NPM switched to better-sqlite3 as the knex database client. The old sqlite3 client causes 'Internal Error' on user creation. - Update production.json in install/update to use better-sqlite3 - Add sed patch in update script to fix existing production.json - Add useNullAsDefault: true to match upstream knex config - Remove default credentials from JSON (NPM now uses setup wizard) - Add note about setup wizard for first-time users Ref: NginxProxyManager/nginx-proxy-manager@0b2fa82 Closes #11681 * Update nginxproxymanager.json * Remove disabled script error messages Removed error messages related to OpenResty APT repository issues.
47 lines
2.5 KiB
JSON
47 lines
2.5 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@main/webp/nginx-proxy-manager.webp",
|
|
"config_path": "",
|
|
"disable": false,
|
|
"disable_description": "This script is temporarily disabled due to an external issue with the OpenResty APT repository. The repository's GPG key uses SHA-1 signatures, which are no longer accepted by Debian as of February 1, 2026. This causes installation to fail with APT errors. The issue is tracked in openresty/openresty#1097. A workaround exists but requires manual configuration. The script will be re-enabled once OpenResty updates their repository signing key. For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/11406",
|
|
"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": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "On first launch, a setup wizard will guide you through creating an admin account. There are no default credentials.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|