February 21, 20215 yr I made a previous post regarding this issue but I wanted to start a new one as the problem is slightly different from how I first stated it. all docker templates do not work and I am given no settings particular to a template both from docker containers I had already installed and new containers from the community repository. Here's a picture to give you an idea, all of my docker containers are like this, clicking advanced doesn't reveal any individualized settings in a template https://i.imgur.com/ldrwaOH.png . Even trying to install new containers I get this exact same lack of settings. Things i've tried: I turned on and off template authoring mode in the unraid docker settings. I created a fresh install of unraid on a new flash drive. reinstalled community plugins, etc. I created a new share and set the docker engine to use that share. I removed all of my docker containers and started anew. deleted my docker.img file Nothing has worked, so I thought I would ask here for help. I've also included a diagnostics zip as an attachment. tower-diagnostics-20210220-1725.zip
February 21, 20215 yr Post /config/plugins/dockerMan/templates-user/my-qbittorrent.xml from the flash drive
February 21, 20215 yr Author the template is as follows: Container version="2"> <Name>qbittorrent</Name> <Repository>linuxserver/qbittorrent:version-14.2.5.99202004250119-7015-2c65b79ubuntu18.04.1</Repository> <Registry>https://hub.docker.com/r/linuxserver/qbittorrent/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://forums.unraid.net/topic/59191-support-linuxserverio-qbittorrent/</Support> <Project>https://www.qbittorrent.org</Project> <Overview>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.</Overview> <Category>Downloaders:</Category> <WebUI>http://[IP]:[PORT:8080]/</WebUI> <TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/qbittorrent.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1603818543</DateInstalled> <DonateText>Donations</DonateText> <DonateLink>https://www.linuxserver.io/donate</DonateLink> <Description>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.</Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>6881</HostPort> <ContainerPort>6881</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>6881</HostPort> <ContainerPort>6881</ContainerPort> <Protocol>udp</Protocol> </Port> <Port> <HostPort>8080</HostPort> <ContainerPort>8080</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/Media/</HostDir> <ContainerDir>/downloads</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/appdata/qbittorrent</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="6881" Default="6881" Mode="tcp" Description="Container Port: 6881" Type="Port" Display="always" Required="true" Mask="false">6881</Config> <Config Name="Host Port 2" Target="6881" Default="6881" Mode="udp" Description="Container Port: 6881" Type="Port" Display="always" Required="true" Mask="false">6881</Config> <Config Name="Host Port 3" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false">8080</Config> <Config Name="Host Path 2" Target="/downloads" Default="" Mode="rw" Description="Container Path: /downloads" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Media/</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="AppData Config Path" Target="/config" Default="/mnt/user/appdata/qbittorrent" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/qbittorrent</Config> </Container>
February 21, 20215 yr Author then there's the config files for my server before reset. while the files include the settings I set when dockerman worked, the settings don't appear when I go to edit them. Container version="2"> <Name>qbittorrent</Name> <Repository>linuxserver/qbittorrent:version-14.2.5.99202004250119-7015-2c65b79ubuntu18.04.1</Repository> <Registry>https://hub.docker.com/r/linuxserver/qbittorrent/</Registry> <Network>bridge</Network> <MyIP/> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://forums.unraid.net/topic/59191-support-linuxserverio-qbittorrent/</Support> <Project>https://www.qbittorrent.org</Project> <Overview>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.</Overview> <Category>Downloaders:</Category> <WebUI>http://[IP]:[PORT:8080]/</WebUI> <TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/qbittorrent.xml</TemplateURL> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-icon.png</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1603818543</DateInstalled> <DonateText>Donations</DonateText> <DonateLink>https://www.linuxserver.io/donate</DonateLink> <Description>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.</Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>6881</HostPort> <ContainerPort>6881</ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>6881</HostPort> <ContainerPort>6881</ContainerPort> <Protocol>udp</Protocol> </Port> <Port> <HostPort>8080</HostPort> <ContainerPort>8080</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/Media/</HostDir> <ContainerDir>/downloads</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/appdata/qbittorrent</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="6881" Default="6881" Mode="tcp" Description="Container Port: 6881" Type="Port" Display="always" Required="true" Mask="false">6881</Config> <Config Name="Host Port 2" Target="6881" Default="6881" Mode="udp" Description="Container Port: 6881" Type="Port" Display="always" Required="true" Mask="false">6881</Config> <Config Name="Host Port 3" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false">8080</Config> <Config Name="Host Path 2" Target="/downloads" Default="" Mode="rw" Description="Container Path: /downloads" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Media/</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="AppData Config Path" Target="/config" Default="/mnt/user/appdata/qbittorrent" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/qbittorrent</Config> </Container>
February 21, 20215 yr The file (as you've posted) is missing the first character "<" If that's just simply a copy / paste error, then actually attach the file here, and don't copy / paste the contents. If it's not an error on your part, then what you're seeing is quite possible.
February 21, 20215 yr Author no, i just missed the first character 😅. here's the files. my-qbittorrent.xml my-qbittorrent2.xml
February 21, 20215 yr Author okay i think i found the problem. I started using a different browser qutebrowser around a week or two ago which for some reason fails to show the individualized settings for each docker. Whether its due to the ad blocker or some problem with the browser myself, I have no idea. All this, and it was just the browser.
Archived
This topic is now archived and is closed to further replies.