henriquesebastiao/downtify

By henriquesebastiao

Updated 4 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:c2b0b5921

Size

82.1 MB

Last updated

4 days ago

docker pull henriquesebastiao/downtify:2.9.0