dashy template
This commit is contained in:
parent
980defc81f
commit
d5d7a51aff
2 changed files with 24 additions and 0 deletions
24
templates/dashy.xml
Normal file
24
templates/dashy.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?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>&lt;p&gt;Dashy helps you organize your self-hosted services, by making them all accessible from a single place.&lt;/p&gt;
|
||||
&lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/dashy/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/&lt;em&gt;dashy&lt;/em&gt;/conf.yml &lt;a href="https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml"&gt;https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml&lt;/a&gt;&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit &lt;em&gt;conf.yml&lt;/em&gt; &lt;/p&gt;</Overview>
|
||||
<Category>Network:Web</Category>
|
||||
<WebUI>http://[IP]:[PORT:80]/</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>
|
||||
<Description>&lt;p&gt;Dashy helps you organize your self-hosted services, by making them all accessible from a single place.&lt;/p&gt;
|
||||
&lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/dashy/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/&lt;em&gt;dashy&lt;/em&gt;/conf.yml &lt;a href="https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml"&gt;https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml&lt;/a&gt;&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit &lt;em&gt;conf.yml&lt;/em&gt; &lt;/p&gt;</Description>
|
||||
<Config Name="Port" Target="80" Default="4000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4000</Config>
|
||||
<Config Name="Config File" Target="/app/public/conf.yml" Default="" Mode="rw" Description="Config File https://github.com/Lissy93/dashy/blob/master/public/conf.yml" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dashy/conf.yml</Config>
|
||||
<Config Name="Icons Path" Target="/app/public/item-icons/" Default="/mnt/user/appdata/dashy/icons/" 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>
|
BIN
templates/icons/dashy.png
Normal file
BIN
templates/icons/dashy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue