Skip to content

llantfont/soulseek-docker

 
 

Repository files navigation

Typical Usage

Using Docker Compose
docker-compose up -d
Using Docker CLI
docker run -d --name soulseek --restart=always \
-v "/persistent/appdata":"/data/.SoulseekQt" \
-v "/persistent/downloads":"/data/Soulseek Downloads" \
-v "/persistent/logs":"/data/Soulseek Chat Logs" \
-e pgid=1000 \
-e puid=1000 \
-e resize=scale \
-e resolution=1280x720 \
-p 6080:6080 \
realies/soulseek
Configuration Parameters
pgid          optional, only works if puid is set, chown app folders to the specified group id
puid          optional, only works if pgid is set, chown app folders to the specified user id, run the app with the specified user id
resize        optional, set the novnc resize mode, defaults to scale, can be:
                  auto      honour browser's local storage
                  scale     scale the session to the browser window size
                  remote    scale the session to the remote session size
resolution    optional, set the xvfb resolution, defaults to 1280x720

About

🐳 Soulseek Over noVNC Docker Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.2%
  • Shell 40.3%
  • HTML 8.5%