nut + changedetection.io

This commit is contained in:
A75G 2021-05-09 18:45:39 +03:00
parent 4b5e745267
commit 7dfafce3de
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<Container version="2">
<Name>changedetection.io</Name>
<Repository>dgtlmoon/changedetection.io</Repository>
<Registry>https://hub.docker.com/r/dgtlmoon/changedetection.io/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://hub.docker.com/r/dgtlmoon/changedetection.io/</Project>
<Overview>Self-hosted website change detection monitoring.</Overview>
<Category>Tools:</Category>
<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>
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
templates/icons/nut.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

20
templates/nut.xml Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<Container version="2">
<Name>nut</Name>
<Repository>ramdockerapp/nut-server:latest</Repository>
<Registry>https://hub.docker.com/r/ramdockerapp/nut-server/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://hub.docker.com/r/ramdockerapp/nut-server/</Project>
<Overview>nut server docker image for serving switch nsp and xci to tinfoil on local network.</Overview>
<Category>Other:</Category>
<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>
<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="Password" Target="PASSWORD" Default="" Mode="" Description="Password" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>