Sign inSign up

henriquesebastiao/downtify

By henriquesebastiao

Updated about 16 hours ago

Self-hosted Spotify downloader.

Image
Networking
Integration & delivery
Web servers
0

50K+

henriquesebastiao/downtify repository overview

Downtify

Web GUI for spotDL. Allows you to download music from Spotify along with album art, lyrics and metadata.

Usage

Docker CLI
docker run -d -p 8000:8000 -v /path/to/downloads:/downloads henriquesebastiao/downtify
Docker Compose
services:
  downtify:
    container_name: downtify
    image: henriquesebastiao/downtify:latest
    ports:
      - '8000:8000'
    volumes:
      - ./path/to/downloads:/downloads

License

This project is licensed under the GPL-3.0 License.

Tag summary

Content type

Image

Digest

sha256:cf92b1e0b

Size

167.6 MB

Last updated

about 16 hours ago

docker pull henriquesebastiao/downtify