Feature Request: Add script to install and manage nginx-ui in Proxmox environment #3718
Unanswered
9BestAdmin
asked this question in
Request script
Replies: 2 comments
-
This is just one Go compiled binary + config file if i'm seeing this correctly. Its up to discussion if this should be made into a scripted install. Looks trivial to me @community-scripts/contributor |
Beta Was this translation helpful? Give feedback.
0 replies
-
ì would combine it with a full Nginx server, including PHP. This way, with one script you have something you can host a webpage on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🌟 Briefly describe the feature
Integrate nginx-ui into the community-scripts for Proxmox VE.
📝 Detailed description
https://github.com/0xJacky/nginx-ui
https://nginxui.com/
The idea is to include the ability to install and configure nginx-ui via a community script for Proxmox VE.
This tool provides a modern and intuitive web interface to manage Nginx configuration files, monitor logs, and control the Nginx service.
The script would handle installation, setup as a systemd service, and potentially secure it behind a reverse proxy with SSL using Let's Encrypt.
Key points:
Auto-install nginx-ui from the GitHub repository
Set up it as a service on the host or container
Optionally configure reverse proxy via Nginx itself
Provide a web UI to manage virtual hosts within Proxmox containers or VMs
💡 Why is this useful?
Greatly simplifies Nginx configuration and management for users who host multiple services or VMs on Proxmox
Reduces manual errors in Nginx configs
Useful for users running self-hosted apps, homelabs, or public services
Fits naturally into the use cases of Proxmox admins who manage reverse proxies, SSL certificates, and port routing
Beta Was this translation helpful? Give feedback.
All reactions