Guess I'm coming back to re-report a five year old bug. I have the exact same issue as this
Differences are mostly the version, but if it's important, my dockers are Adguard-Home and Trilium. The network is br0 for Adguard, and a custom one, "Homeproxy" for trilium.
unRAID OS Version:6.8.3
Description: If you edit a container in advanced view and change the Webui field under Additional Fields, the changes are not reflected in the Webui context menu item you use to launch the application webpage.
How to reproduce: Add a new container and let it complete building. Then edit the container and change the Webui field (I tried changing the port #) and save the container. Once the container restarts, the Webui context menu icon will attempt to launch the container's webui using the old value.
Expected results: The Webui context menu should be updated to reflect the changes and launch the application's webui with the new values.
Actual results: The application is launched with the old webui value.
Other information: Tried removing the container, then the container and the image, but was only able to resolve by deleting the container, image, and user template located at /boot/config/plugins/dockerMan .
Interestingly enough, web ui changes worked completely as expected after doing this, but only for that specific docker. So my Adguard docker is fine now, but my second Trilium instance is not.
I've left the trilium instance broken in case anyone wants some info from it. Of 9 containers I'm running, 7 never had this issue, but my second trilium instance and adguard both did. I'm installing quite a few more dockers over the next couple days so if I run across it for another container I'll mention it here. Diagnostics and screenshots of my current trilium addresses attached, and xml for the trilium instance below.
<?xml version="1.0"?> <Container version="2"> <Name>trilium-joran</Name> <Repository>bgameiro/trilium</Repository> <Registry>https://hub.docker.com/r/zadam/trilium</Registry> <Network>homeproxy</Network> <MyIP>172.18.0.9</MyIP> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://forums.unraid.net/topic/94979-trilium-docker/</Support> <Project>https://github.com/zadam/trilium</Project> <Overview>Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases> [br][br] [b][u][span style='color: #E80000;']Links[/span][/u][/b][br] [b]Repository:[/b] https://github.com/zadam/trilium[br] [b]Wiki:[/b] https://github.com/zadam/trilium/wiki[br] [b]Docker:[/b] https://hub.docker.com/r/zadam/trilium[br] [br][br] [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br] [b]/root/trilium-data[/b] Where Trilium should store logs, databases and configuration[br] [b]/root/trilium-data/backup[/b] Where Trilium should store the backups[br]</Overview> <Category>Productivity: Tools:Utilities</Category> <WebUI>redacted.duckdns.org/</WebUI> <TemplateURL>https://raw.githubusercontent.com/BGameiro2000/unraid-ca/master/trilium/trilium.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/BGameiro2000/unraid-ca/master/trilium/icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1603742480</DateInstalled> <DonateText/> <DonateLink>https://bgameiro.me/page/donate</DonateLink> <Description>Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge ba> [br][br] [b][u][span style='color: #E80000;']Links[/span][/u][/b][br] [b]Repository:[/b] https://github.com/zadam/trilium[br] [b]Wiki:[/b] https://github.com/zadam/trilium/wiki[br] [b]Docker:[/b] https://hub.docker.com/r/zadam/trilium[br] [br][br] [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br] [b]/root/trilium-data[/b] Where Trilium should store logs, databases and configuration[br] [b]/root/trilium-data/backup[/b] Where Trilium should store the backups[br]</Description> <Networking> <Mode>homeproxy</Mode> <Publish> <Port> <HostPort>8889</HostPort> <ContainerPort>8080</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/trilium</HostDir> <ContainerDir>/root/trilium-data</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/appdata/trilium/backup</HostDir> <ContainerDir>/root/trilium-data/backup</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment/> <Labels/> <Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="WebUI - Default 8888" Type="Port" Display="al> <Config Name="Appdata" Target="/root/trilium-data" Default="/mnt/user/appdata/trilium" Mode="rw" Description="Container> <Config Name="Backups" Target="/root/trilium-data/backup" Default="/mnt/user/appdata/trilium/backup" Mode="rw" Descript> </Container>
Edited by Squid
Removed text / images that showed a reverse proxy DNS
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.