Sign inSign up

mellotanica/nut-server

By mellotanica

Updated almost 6 years ago

Image
0

537

mellotanica/nut-server repository overview

nut-server

nut server docker image for serving switch nsp and xci to tinfoil on local network, based on ramdock/nut-server

Architectures supported by this image are:

  • linux/amd64
  • linux/arm64
  • linux/armhf

Quick Start

Pull latest build from docker hub

docker pull mellotanica/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 \
    mellotanica/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

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

Tag summary

Content type

Image

Digest

Size

455.3 MB

Last updated

almost 6 years ago

docker pull mellotanica/nut-server