Description add
This commit is contained in:
parent
7dfafce3de
commit
0e6847ea57
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
<WebUI>http://[IP]:[PORT:5000]/</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/changedetection.io.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/changedetection.io.png</Icon>
|
||||
<Description>Self-hosted website change detection monitoring.</Description>
|
||||
<Config Name="Port" Target="5000" Default="5000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
|
||||
<Config Name="Appdata" Target="/datastore" Default="/mnt/user/appdata/changedetection/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/changedetection/</Config>
|
||||
</Container>
|
|
@ -13,8 +13,9 @@
|
|||
<WebUI>http://[IP]:[PORT:9000]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/nut.png</Icon>
|
||||
<Description>nut server docker image for serving switch nsp and xci to tinfoil on local network.</Description>
|
||||
<Config Name="Port" Target="9000" Default="9000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">9000</Config>
|
||||
<Config Name="Games Path" Target="/games" Default="" Mode="rw" Description="Games Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/games/Nintendo Switch/NSZ/NSZ/</Config>
|
||||
<Config Name="Username" Target="ID" Default="" Mode="" Description="Container Variable: ID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Username" Target="ID" Default="" Mode="" Description="Username" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Password" Target="PASSWORD" Default="" Mode="" Description="Password" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
Loading…
Reference in a new issue