August 18, 20205 yr I did a search for this, but wasn't able to find it (or I just suck in searching). Would it be possible to perhaps add support multiple 'Web UI' buttons to the Docker tab? Right now it's only possible to have one Web UI button. This probably would be a (minor) change how xml-template files work. I was thinking about something like this for the template files. <WebUI>http://[IP]:[PORT:8080]/ Name="User UI (http)" Pos=0</WebUI> <WebUI>http://[IP]:[PORT:8081]/ Name="Management UI (http)" Pos=1</WebUI> <WebUI>https://[IP]:[PORT:4443]/ Name="User UI (https)" Pos=2</WebUI> The reason why this would be nice to have it because some applications could have multiple WebUIs, or if you want a user to give user an option between HTTP if the HTTPS WebUI is malfunctioning. I am also working on a Docker now in which SSL is optional, but if I set the WebUI to http://[IP]:[PORT:8080]/, it doesn't redirect to the https, resulting in a ERR_EMPTY_RESPONSE page, which could cause confusion to some users. Edited August 18, 20205 yr by Dyon Added concept image
Archived
This topic is now archived and is closed to further replies.