Update dashy.xml
This commit is contained in:
parent
7e3b599fbd
commit
1963b36962
1 changed files with 11 additions and 8 deletions
|
@ -8,17 +8,20 @@
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
<Project>https://github.com/lissy93/dashy</Project>
|
<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;
|
<Overview>Dashy helps you organize your self-hosted services, by making them all accessible from a single place.
|
||||||
&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>
|
-Before you start CLI unraid
|
||||||
|

|
||||||
|
mkdir /mnt/user/appdata/dashy/
|
||||||
|
wget -O /mnt/user/appdata/dashy/conf.yml https://raw.githubusercontent.com/Lissy93/dashy/3.0.0/user-data/conf.yml
|
||||||
|

|
||||||
|
-Edit conf.yml </Overview>
|
||||||
<Category>Network:Web</Category>
|
<Category>Network:Web</Category>
|
||||||
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dashy.xml</TemplateURL>
|
<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>
|
<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;
|
<Config Name="Port" Target="8080" Default="4000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4000</Config>
|
||||||
&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="Config File" Target="/app/user-data/conf.yml" Default="" Mode="rw" Description="Config File 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="Port" Target="80" Default="4000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4000</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="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="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>
|
<Config Name="GID" Target="GID" Default="100" Mode="" Description="GID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||||
</Container>
|
</Container>
|
Loading…
Reference in a new issue