Sign inSign up

henriquesebastiao/downtify

By henriquesebastiao

•Updated 3 days 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:fa1ec39be…

Size

186.1 MB

Last updated

3 days ago

docker pull henriquesebastiao/downtify