Skip to content

Instantly share code, notes, and snippets.

@dale3h
Last active October 20, 2017 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dale3h/c743245d443029732a8dcc9f82f89243 to your computer and use it in GitHub Desktop.
Save dale3h/c743245d443029732a8dcc9f82f89243 to your computer and use it in GitHub Desktop.
unRAID Docker Template for FIND
<?xml version="1.0"?>
<Container version="2">
<Beta>False</Beta>
<Category>HomeAutomation:</Category>
<Name>FIND</Name>
<Overview>High-precision indoor positioning framework for most wifi-enabled devices.</Overview>
<Project>https://www.internalpositioning.com/</Project>
<Support>https://github.com/schollz/find/issues</Support>
<Description>High-precision indoor positioning framework for most wifi-enabled devices.</Description>
<Registry>https://hub.docker.com/r/schollz/find/</Registry>
<GitHub>https://github.com/schollz/find</GitHub>
<Repository>schollz/find</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>18003</HostPort>
<ContainerPort>8003</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>11883</HostPort>
<ContainerPort>1883</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI/>
<Icon>https://raw.githubusercontent.com/schollz/find/master/static/img/FIND_icon_larger.png</Icon>
<Network>bridge</Network>
<TemplateURL/>
<ExtraParams/>
<Config Name="Host Port 1" Target="8003" Default="18003" Mode="tcp" Description="Container Port: 8003" Type="Port" Display="always" Required="true" Mask="false">18003</Config>
<Config Name="Host Port 2" Target="1883" Default="11883" Mode="tcp" Description="Container Port: 1883" Type="Port" Display="always" Required="true" Mask="false">11883</Config>
<Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Config Name="AppData Config Path" Target="/data" Default="/mnt/cache/appdata/find" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/cache/appdata/find</Config>
</Container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment