-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Skila edited this page Aug 21, 2026
·
10 revisions
Self-hosted music library and streaming. You supply the media. SoundDock does not rip YouTube/Spotify or bypass DRM.
Sign-in is Discord only. The administrator is the Discord user ID you set at install time.
- Installation — one-click installer, Discord OAuth, day-to-day commands
- Extras — Discord bot, Cloudflare Tunnel, Redis, Meilisearch, libraries
- FAQ — common setup and operations questions
curl -fsSL https://raw.githubusercontent.com/Skila1/SoundDock/main/install.sh | sudo bashPublished image from this repo: ghcr.io/skila1/sounddock:latest
If the installer still defaults to ghcr.io/sounddock/sounddock:latest, set the image first:
export SOUNDDOCK_IMAGE=ghcr.io/skila1/sounddock:latest
curl -fsSL https://raw.githubusercontent.com/Skila1/SoundDock/main/install.sh | sudo bash