Wissensdatenbank

Alle Anleitungen sind von uns genutzt und/oder geschrieben.

Categories
< All Topics
Print

PM-CT-RP: Ngix Proxy Manager

Unsere Quelle war Proxmox VE Helper Scripts – die aktuelle Beschreibung wechselt zwischen Deutsch und Englisch, um eine komplette Übersetzung zu vermeiden.

Ein hilfreiches Video hier auf Youtube:

How to install Nginx Proxy Manager on Proxmox

Warum brauchen wir Ngix Proxy Manager?


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/tteck/Proxmox/raw/main/ct/nginxproxymanager.sh)"


⚡ Default Settings: 1GB RAM – 3GB Storage – 1vCPU ⚡

🚨 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

⚙️ Initial Login

username admin@example.com

password changeme

Haben wir nach obiger Anweisung installiert – ohne Problem durchgelaufen. Allerdings waren noch keine Ports vom Router weitergeleitet. Das muss noch getestet werden.

Table of Contents