Update nut.xml
This commit is contained in:
parent
d2b2dcc89c
commit
34a31e0062
1 changed files with 20 additions and 10 deletions
|
@ -1,21 +1,31 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Container version="2">
|
<Container version="2">
|
||||||
<Name>nut</Name>
|
<Name>nut</Name>
|
||||||
<Repository>ramdockerapp/nut-server:latest</Repository>
|
<Repository>shawly/nut:edge</Repository>
|
||||||
<Registry>https://hub.docker.com/r/ramdockerapp/nut-server/</Registry>
|
<Registry>https://hub.docker.com/r/shawly/nut</Registry>
|
||||||
<Network>bridge</Network>
|
<Network>bridge</Network>
|
||||||
<Shell>sh</Shell>
|
|
||||||
<Privileged>false</Privileged>
|
|
||||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
<Project>hhttps://www.github.com/ramdock/nut-server/</Project>
|
<Project>https://github.com/shawly/docker-nut</Project>
|
||||||
<Overview>nut server docker image for serving switch nsp and xci to tinfoil on local network.</Overview>
|
<Overview>nut server docker image for serving switch nsp and xci to tinfoil on local network.
|
||||||
|
Default username and password is &amp;quot;guest&amp;quot; &amp;quot;guest&amp;quot;</Overview>
|
||||||
<Category>Other:</Category>
|
<Category>Other:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:9000]</WebUI>
|
<WebUI>http://[IP]:[PORT:9000]</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml</TemplateURL>
|
<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>
|
<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>
|
<Requires>keys.txt can be found in prod.keys
|
||||||
|
Editing nut.conf then fix the permission to nobody</Requires>
|
||||||
<Config Name="Port" Target="9000" Default="9000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">9000</Config>
|
<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"/>
|
<Config Name="Games Path" Target="/nut/titles" Default="" Mode="rw" Description="path NUT will use to scan for nsps" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/games/Nintendo Switch/NSZ/</Config>
|
||||||
<Config Name="Username" Target="ID" Default="" Mode="" Description="Username" Type="Variable" Display="always" Required="false" Mask="false"/>
|
<Config Name="Config Path" Target="/nut/conf" Default="" Mode="rw" Description="path NUT will use to read its config files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/games/Nintendo Switch/nut/conf</Config>
|
||||||
<Config Name="Password" Target="PASSWORD" Default="" Mode="" Description="Password" Type="Variable" Display="always" Required="false" Mask="false"/>
|
<Config Name="NSPOUT Path" Target="/nut/_NSPOUT" Default="" Mode="rw" Description="path NUT uses for outputting nsp files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/games/Nintendo Switch/nut/_NSPOUT</Config>
|
||||||
|
<Config Name="Titledb Path" Target="/nut/titledb" Default="" Mode="rw" Description="path NUT stores the titledb" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/games/Nintendo Switch/nut/titledb</Config>
|
||||||
|
<Config Name="FIX_OWNERSHIP" Target="FIX_OWNERSHIP" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
|
||||||
|
<Config Name="TITLEDB_UPDATE" Target="TITLEDB_UPDATE" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
|
||||||
|
<Config Name="TITLEDB_URL" Target="TITLEDB_URL" Default="" Mode="" Description="If you change this URL you need to remove the /nut/titledb folder within your container" Type="Variable" Display="always" Required="false" Mask="false">https://github.com/blawar/titledb</Config>
|
||||||
|
<Config Name="TITLEDB_REGION" Target="TITLEDB_REGION" Default="" Mode="" Description="Region to be used when importing the titledb" Type="Variable" Display="always" Required="false" Mask="false">US</Config>
|
||||||
|
<Config Name="TITLEDB_LANGUAGE" Target="TITLEDB_LANGUAGE" Default="" Mode="" Description="Language to be used when importing the titledb" Type="Variable" Display="always" Required="false" Mask="false">en</Config>
|
||||||
|
<Config Name="NUT_API_SCHEDULES" Target="NUT_API_SCHEDULES" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">[{"scan": "0/30 * * * *"}]</Config>
|
||||||
|
<Config Name="USER_ID" Target="USER_ID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||||
|
<Config Name="GROUP_ID" Target="GROUP_ID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||||
|
<Config Name="UMASK" Target="UMASK" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">022</Config>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in a new issue