Remove /dev/disk bind mount. Fix Remmina support url

This commit is contained in:
tobbenb 2020-10-01 22:13:04 +02:00
parent 9ba60b867e
commit 0446433a31
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>hhttps://forums.unraid.net/topic/97255-support-linuxserverio-remmina/</Support>
<Support>https://forums.unraid.net/topic/97255-support-linuxserverio-remmina/</Support>
<Project>https://remmina.org/</Project>
<Overview>Remmina is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers,
who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols,

View File

@ -16,11 +16,10 @@
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/scrutiny-icon.png</Icon>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Disks" Target="/dev/disk" Default="/dev/disk" Mode="rw" Description="/dev/disk" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="UDEV" Target="/run/udev" Default="/run/udev" Mode="ro" Description="UDEV" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Mode="" Description="API endpoint of the scrutiny UI" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Mode="" Description="API endpoint of the scrutiny UI. Do not change unless using as a remote collector" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_WEB" Target="SCRUTINY_WEB" Default="true" Mode="" Description="Run the web service" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_COLLECTOR" Target="SCRUTINY_COLLECTOR" Default="true" Mode="" Description="Run the metrics collector" Type="Variable" Display="always" Required="true" Mask="false"/>
</Container>