Nginx Proxy Manager Proxmox LXC script

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.

To create a new Proxmox VE Nginx Proxy Manager LXC Container, run the command below in the Proxmox VE Shell.
To Update Nginx Proxy Manager, run the command below (or type update) in the LXC Console.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)"

:rotating_light: Since there are hundreds of Certbot instances, it’s necessary to install the specific Certbot of your preference.

Forward port 80 and 443 from your router to your Nginx Proxy Manager LXC IP.

Add the command below to your configuration.yaml in Home Assistant.

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.100.27 ###(Nginx Proxy Manager LXC IP)###

Nginx Proxy Manager Interface: IP:81

:gear: Initial Login

username admin@example.com

password changeme