Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Black Candy

install

1

mkdir blackcandy
cd blackcandy
vim docker-compose.yml
services:
  blackcandy:
    image: ghcr.io/blackcandy-org/blackcandy:latest
    ports:
      - "3000:3000"
    volumes:
      - <music_dir>:/media_data
    environment:
      MEDIA_PATH: /media_data
    deploy:
      restart_policy:
        condition: any
  1. Visit http://<your_host>:3000.
  2. User → Settings → Library → Sync.

blackcandy


  1. Media Files Mounts