Add Port Number to Proxmox Notes UI #2201

Closed
opened 2026-02-05 04:11:22 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @DrEVILish on GitHub (Dec 20, 2025).

🌟 Briefly describe the feature

Add Port Number to Proxmox Notes UI

📝 Detailed description

During the script install process, add the Default Port number of the installed web ui of application, if it has one into the Proxmox notes section of the UI.
Similar to the Helper Scripts website's "Default Interface" which is my current quickest route to finding the default port number of installed apps.

💡 Why is this useful?

I often forget which port each of my services are running on.
Having the default application port added into the notes section during install would be a big help.
A link would be a nicer to have but I can't think of a nice way that if a service is pulling DHCP, I don't think it would be a viable option. Also in proxmox you can see the "IPs" section in the Summary or click on the Network tab.

Originally created by @DrEVILish on GitHub (Dec 20, 2025). ### 🌟 Briefly describe the feature Add Port Number to Proxmox Notes UI ### 📝 Detailed description During the script install process, add the Default Port number of the installed web ui of application, if it has one into the Proxmox notes section of the UI. Similar to the Helper Scripts website's "Default Interface" which is my current quickest route to finding the default port number of installed apps. ### 💡 Why is this useful? I often forget which port each of my services are running on. Having the default application port added into the notes section during install would be a big help. A link would be a nicer to have but I can't think of a nice way that if a service is pulling DHCP, I don't think it would be a viable option. Also in proxmox you can see the "IPs" section in the Summary or click on the Network tab.
OVERLORD added the enhancement label 2026-02-05 04:11:22 +03:00
Author
Owner

@Gregor-zbjk commented on GitHub (Dec 21, 2025):

As "quick fix": simply add a tag e.g "port-8080"

@Gregor-zbjk commented on GitHub (Dec 21, 2025): As "quick fix": simply add a tag e.g "port-8080"
Author
Owner

@DrEVILish commented on GitHub (Dec 21, 2025):

Tag would be cool as well.
I did a quick look through the documentation, I couldn't see a PORT variable exposed to the "description" function in install script. I could see an IP variable. Which does print the app URL at the end of the script, which for non port 80/443 does include the port in the URL. Gonna look into it again.

@DrEVILish commented on GitHub (Dec 21, 2025): Tag would be cool as well. I did a quick look through the documentation, I couldn't see a PORT variable exposed to the "description" function in install script. I could see an IP variable. Which does print the app URL at the end of the script, which for non port 80/443 does include the port in the URL. Gonna look into it again.
Author
Owner

@MickLesk commented on GitHub (Dec 21, 2025):

And the next guy that change the ports after install flame us we have the wrong ports and this need to be increased Automatic..

@MickLesk commented on GitHub (Dec 21, 2025): And the next guy that change the ports after install flame us we have the wrong ports and this need to be increased Automatic..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2201