July 11, 20196 yr After upgrading to v6.7.x (now on 6.7.2), none of the configured containers with the WebUI parameter set correctly show in the application menu. Is this a known bug and If so, does anyone know how to fix it? Thanks
July 12, 20196 yr Post one of the applicable xmls from /config/plugins/dockerMan/templates-userSent from my NSA monitored device
July 12, 20196 yr Author 13 hours ago, Squid said: Post one of the applicable xmls from /config/plugins/dockerMan/templates-user Sent from my NSA monitored device I don't have that folder on my server... but it's all of them. NGinx for example
July 12, 20196 yr Author 5 hours ago, Squid said: It's on the flash drive Sent from my NSA monitored device <?xml version="1.0"?> <Container version="2"> <Name>nginx</Name> <Repository>linuxserver/nginx</Repository> <Registry>https://hub.docker.com/r/linuxserver/nginx/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>true</Privileged> <Support>https://forums.unraid.net/topic/42784-support-linuxserverio-nginx/</Support> <Project>https://www.nginx.com/</Project> <Overview>Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.</Overview> <Category>Network:Web Network:Proxy</Category> <WebUI>http://[IP]:[PORT:80]/</WebUI> <TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/nginx.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1560449141</DateInstalled> <DonateText>Donations</DonateText> <DonateLink>https://www.linuxserver.io/donate</DonateLink> <Description>Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.</Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>80</HostPort> <ContainerPort>80</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>443</HostPort> <ContainerPort>443</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>4433</HostPort> <ContainerPort>4433</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/nginx</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>99</Value> <Name>PUID</Name> <Mode/> </Variable> <Variable> <Value>100</Value> <Name>PGID</Name> <Mode/> </Variable> </Environment> <Labels/> <Config Name="Host Port 1" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">80</Config> <Config Name="Host Port 2" Target="443" Default="443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="true" Mask="false">443</Config> <Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="HTTPS_ALT" Target="4433" Default="" Mode="tcp" Description="Container Port: 4433" Type="Port" Display="always" Required="false" Mask="false">4433</Config> <Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/nginx" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/nginx</Config> </Container>
August 21, 20196 yr Did you ever figure anything out with this? I am having the same issue with some (but not all) docker images and can't figure it out.
November 24, 20205 yr I also have this problem. Some of my containers have the WebUI option present and some not, although they have this set in the settings.
June 21, 20215 yr I found that, if I use host or bridge as network type, the WebUI icon appears again, but it still points to a different link, one that is configured for another container. Very strange
Archived
This topic is now archived and is closed to further replies.