Update nut.xml

This commit is contained in:
A75G 2022-10-29 15:23:52 +03:00 committed by GitHub
parent d2b2dcc89c
commit 34a31e0062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,21 +1,31 @@
<?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>
<Repository>shawly/nut:edge</Repository>
<Registry>https://hub.docker.com/r/shawly/nut</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>hhttps://www.github.com/ramdock/nut-server/</Project>
<Overview>nut server docker image for serving switch nsp and xci to tinfoil on local network.</Overview>
<Project>https://github.com/shawly/docker-nut</Project>
<Overview>nut server docker image for serving switch nsp and xci to tinfoil on local network.&#xD;
Default username and password is &amp;amp;quot;guest&amp;amp;quot; &amp;amp;quot;guest&amp;amp;quot;</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>
<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&#xD;
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="Games Path" Target="/games" Default="" Mode="rw" Description="Games Path" Type="Path" 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"/>
<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="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="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>