Skip to content

Alternative NetISO server for x360 netiso dashlaunch plugin

Notifications You must be signed in to change notification settings

tuxuser/netiso-srv

Repository files navigation

Build Docker image tags GitHub Release

NetISO server daemon

Usage

Options:

`-r` - Recursive scanning for ISO files
`-h` - Print usage

Run: netiso-srv [-r] [directory with *.iso files]

Docker

Spawn container standalone

docker run -p 4323:4323 -v /path/to/isos:/mnt ghcr.io/tuxuser/netiso-srv-rs:latest

or

Spawn via docker compose

docker compose up

Development

Build

cargo build [--release]

Build docker image locally

Make sure to have the netiso-srv built and available in current directory.

Build the image:

docker build -t netiso:localdev .

The resulting docker image is now ready-to-use from netiso:localdev, see Docker-steps above for regular docker-usage.