Create dashmachine.xml
This commit is contained in:
parent
911a94ee63
commit
4105d7662a
1 changed files with 58 additions and 0 deletions
58
dashmachine/dashmachine.xml
Normal file
58
dashmachine/dashmachine.xml
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>dashmachine</Name>
|
||||||
|
<Repository>rmountjoy/dashmachine</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/rmountjoy/dashmachine/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<MyIP/>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://hub.docker.com/r/rmountjoy/dashmachine/</Support>
|
||||||
|
<Project/>
|
||||||
|
<Overview>Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]adminadmin[/B][/u][/b]</Overview>
|
||||||
|
<Category/>
|
||||||
|
<WebUI>http://[IP]:[PORT:5000]</WebUI>
|
||||||
|
<TemplateURL/>
|
||||||
|
<Icon>https://i.ibb.co/PMGkhdz/logo.png</Icon>
|
||||||
|
<ExtraParams/>
|
||||||
|
<PostArgs/>
|
||||||
|
<CPUset/>
|
||||||
|
<DateInstalled>1581287327</DateInstalled>
|
||||||
|
<DonateText/>
|
||||||
|
<DonateLink/>
|
||||||
|
<Description>Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]adminadmin[/B][/u][/b]</Description>
|
||||||
|
<Networking>
|
||||||
|
<Mode>bridge</Mode>
|
||||||
|
<Publish>
|
||||||
|
<Port>
|
||||||
|
<HostPort>5000</HostPort>
|
||||||
|
<ContainerPort>5000</ContainerPort>
|
||||||
|
<Protocol>tcp</Protocol>
|
||||||
|
</Port>
|
||||||
|
</Publish>
|
||||||
|
</Networking>
|
||||||
|
<Data>
|
||||||
|
<Volume>
|
||||||
|
<HostDir>/mnt/user/appdata/dashmachine/</HostDir>
|
||||||
|
<ContainerDir>/dashmachine/dashmachine/user_data</ContainerDir>
|
||||||
|
<Mode>rw</Mode>
|
||||||
|
</Volume>
|
||||||
|
</Data>
|
||||||
|
<Environment>
|
||||||
|
<Variable>
|
||||||
|
<Value>99</Value>
|
||||||
|
<Name>PUID</Name>
|
||||||
|
<Mode/>
|
||||||
|
</Variable>
|
||||||
|
<Variable>
|
||||||
|
<Value>100</Value>
|
||||||
|
<Name>PGID</Name>
|
||||||
|
<Mode/>
|
||||||
|
</Variable>
|
||||||
|
</Environment>
|
||||||
|
<Labels/>
|
||||||
|
<Config Name="Host Port 1" Target="5000" Default="" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
|
||||||
|
<Config Name="AppData Config Path" Target="/dashmachine/dashmachine/user_data" Default="" Mode="rw" Description="Container Path: /dashmachine/dashmachine/user_data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dashmachine/</Config>
|
||||||
|
<Config Name="Key 1" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||||
|
<Config Name="Key 2" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||||
|
</Container>
|
Loading…
Reference in a new issue