docker-templates-unraid/templates/dashy.xml
2024-04-20 19:20:02 +03:00

27 lines
No EOL
2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>dashy</Name>
<Repository>lissy93/dashy:latest</Repository>
<Registry>https://hub.docker.com/r/lissy93/dashy/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/lissy93/dashy</Project>
<Overview>Dashy helps you organize your self-hosted services, by making them all accessible from a single place.&#xD;
-Before you start CLI unraid&#xD;
&#xD;
mkdir /mnt/user/appdata/dashy/&#xD;
wget -O /mnt/user/appdata/dashy/conf.yml https://raw.githubusercontent.com/Lissy93/dashy/3.0.0/user-data/conf.yml&#xD;
&#xD;
-Edit conf.yml </Overview>
<Category>Network:Web</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dashy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashy.png</Icon>
<Config Name="Port" Target="8080" Default="4000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4000</Config>
<Config Name="Config File" Target="/app/user-data/conf.yml" Default="" Mode="rw" Description="Config File&#13;&#10;https://raw.githubusercontent.com/Lissy93/dashy/3.0.0/user-data/conf.yml" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dashy/conf.yml</Config>
<Config Name="Icons Path" Target="/app/user-data/item-icons/" Default="" Mode="rw" Description="Icons Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dashy/icons/</Config>
<Config Name="UID" Target="UID" Default="99" Mode="" Description="UID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="100" Mode="" Description="GID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>