Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 711 Bytes

Backend

A custom backend for Vleer that will be available opensource for everyone to host their own instance.

This comes with following features:

  • YouTube Music Streaming
  • YouTube Music Download
  • YouTube Music Search
  • YouTube Music Thumbnails
  • YouTube Music Download (compressed/lossless)
  • Spotify Podcast
  • Apple Music lossless Download

To run this instance yourself you can choose between hub.docker.com or github packages

docker run -d --name vleer-backend -p 3000:3000 -v vleer-cache:/usr/src/app/cache ghcr.io/vleerapp/backend:latest
docker run -d --name vleer-backend -p 3000:3000 -v vleer-cache:/usr/src/app/cache vleerapp/backend:latest