This commit is contained in:
A75G 2020-07-22 19:02:32 +03:00
commit 97e2760983

View file

@ -8,7 +8,7 @@
<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/bastienwirtz/homer</Project> <Project>https://github.com/bastienwirtz/homer</Project>
<Overview>A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.[br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/homer/config/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml</Overview> <Overview>A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.[br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/homer/assets/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml</Overview>
<Category>Network:Web</Category> <Category>Network:Web</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI> <WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml</TemplateURL>
@ -21,5 +21,4 @@
<Labels/> <Labels/>
<Config Name="Port" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config> <Config Name="Port" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="Assets Path" Target="/www/assets" Default="" Mode="rw" Description="Container Path: /www/assets" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/homer/assets/</Config> <Config Name="Assets Path" Target="/www/assets" Default="" Mode="rw" Description="Container Path: /www/assets" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/homer/assets/</Config>
<Config Name="Config Path" Target="/www/config.yml" Default="" Mode="rw" Description="Container Path: /www/config.yml" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/homer/config/config.yml</Config> </Container>
</Container>