Skip to content

nut server docker image for serving switch nsp and xci to tinfoil on local network

Notifications You must be signed in to change notification settings

jamienj/nut-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nut-server

nut server docker image for serving switch nsp and xci to tinfoil on local network with daily scan of game directory

Quick Start

Pull latest build from docker hub

docker pull jamienj/nut-server

Launch the nut-server docker container with the following command:

docker run -d \
    --name=nut-server \
    -p 9000:9000 \
    -v $GAMES:/games:rw \
    -e ID=$ID \
    -e PASSWORD=$PASSWORD \
    -e TIME=$TIME \
    jamienj/nut-server

Where:

  • $GAMES : Path to switch NSP and XCI library on host.
  • $ID : user id to use for credentials
  • $PASSWORD : user password to use for credentials
  • $TIME : Daily run scan time for cron job(0-23)

BUGS

  • cron task to scan games need one minute to be first launched (due to the fact that I launch cron task before nut server, Docker specificity here :/)
  • logs are not populated

TODO

  • Add env variables for port

About

nut server docker image for serving switch nsp and xci to tinfoil on local network

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 58.3%
  • Shell 41.7%