This commit is contained in:
Andrew Z 2022-10-29 12:03:48 -04:00
parent 57b2a654be
commit 96caf35d4e
3 changed files with 225 additions and 6 deletions

View File

@ -153346,8 +153346,8 @@
],
"downloads": 2814,
"stars": 2,
"LastUpdate": 1666038341,
"LastUpdateScan": 1667052221,
"LastUpdate": 1666038341,
"FirstSeen": 1667052221
},
{

View File

@ -3161,9 +3161,6 @@ Processing /tmp/appFeed/templates/MasterwishxsRepository/browserless.xml...Succe
Updating stats on containers
Tagged - Can't determine last update
shawly/nut
shawly/nut:edge Downloads: 2814 Stars: 2 Base: unknown
Privileged: 106

View File

@ -153027,7 +153027,7 @@
"Project": "hhttps://www.github.com/ramdock/nut-server/",
"Overview": "nut server docker image for serving switch nsp and xci to tinfoil on local network.",
"WebUI": "http://[IP]:[PORT:9000]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/deprecated/nut.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/nut.png",
"Config": [
{
@ -153088,7 +153088,8 @@
}
],
"Repo": "A75G's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/nut.xml",
"Deprecated": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/deprecated/nut.xml",
"CategoryList": [
"Other"
],
@ -153128,6 +153129,227 @@
"topTrending": -0.0010000000000000009,
"topPerforming": 0.022
},
{
"Name": "nut",
"Repository": "shawly/nut:edge",
"Registry": "https://hub.docker.com/r/shawly/nut",
"Network": "bridge",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://github.com/shawly/docker-nut",
"Overview": "nut server docker image for serving switch nsp and xci to tinfoil on local network.\r\nDefault username and password is "guest" "guest"",
"WebUI": "http://[IP]:[PORT:9000]",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/nut.png",
"Requires": "keys.txt can be found in prod.keys\r<br>Editing nut.conf then fix the permission to nobody",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "9000",
"Default": "9000",
"Mode": "tcp",
"Description": "Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9000"
},
{
"@attributes": {
"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"
},
"value": "/mnt/user/games/Nintendo Switch/NSZ/"
},
{
"@attributes": {
"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"
},
"value": "/mnt/user/games/Nintendo Switch/nut/conf"
},
{
"@attributes": {
"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"
},
"value": "/mnt/user/games/Nintendo Switch/nut/_NSPOUT"
},
{
"@attributes": {
"Name": "Titledb Path",
"Target": "/nut/titledb",
"Default": "",
"Mode": "rw",
"Description": "path NUT stores the titledb",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/games/Nintendo Switch/nut/titledb"
},
{
"@attributes": {
"Name": "FIX_OWNERSHIP",
"Target": "FIX_OWNERSHIP",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "TITLEDB_UPDATE",
"Target": "TITLEDB_UPDATE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"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"
},
"value": "https://github.com/blawar/titledb"
},
{
"@attributes": {
"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"
},
"value": "US"
},
{
"@attributes": {
"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"
},
"value": "en"
},
{
"@attributes": {
"Name": "NUT_API_SCHEDULES",
"Target": "NUT_API_SCHEDULES",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "[{\"scan\": \"0/30 * * * *\"}]"
},
{
"@attributes": {
"Name": "USER_ID",
"Target": "USER_ID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GROUP_ID",
"Target": "GROUP_ID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "022"
}
],
"Repo": "A75G's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/nut.xml",
"CategoryList": [
"Other"
],
"downloads": 2814,
"stars": 2,
"LastUpdate": 1666038341,
"LastUpdateScan": 1667052221,
"FirstSeen": 1667052221
},
{
"Name": "phpbb",
"Repository": "bitnami/phpbb:latest",