
Homer container by default runs user with uid:gid of 1000:1000 but unraid creates appdata folders under uid:gid 99:100. Homer docker will quit on first startup because it can't write its default assets to the appdata folder. --user parameter tells this docker to run uid:gid of 99:100
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>homer</Name>
|
|
<Repository>b4bz/homer:latest</Repository>
|
|
<Registry>https://hub.docker.com/r/b4bz/homer/</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/bastienwirtz/homer</Project>
|
|
<Overview>A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.</Overview>
|
|
<Category>Network:Web</Category>
|
|
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png</Icon>
|
|
<ExtraParams>--user 99:100</ExtraParams>
|
|
<PostArgs/>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Description>A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.</Description>
|
|
<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="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>
|
|
</Container>
|