Sukify
Sukify is a private music web server. Using Vue.js and Ruby On Rails, it allows you to add and listen to music from Youtube. Using Docker or not, you can install it via LAN or WAN !
Features
Sukify lets you download music and create playlists. About the music player, you have the option to enable shuffle music mode or music repeat mode.
Needed data
By using Sukify, you must provide authentication information: a username and a password. But also your Youtube Api Key. To get one, please visit this website : https://developers.google.com/youtube/v3/getting-started
Installation
Docker is the best way to install Sukify.
- Install Docker : https://docs.docker.com/engine/install/
- Install docker-compose : https://docs.docker.com/compose/install/
- Clone this repo :
git clone https://github.com/Paulobergine/sukify
- Update needed data into :
docker-compose.yml
- Run :
docker-compose up -d --build
- Run :
docker-compose run sukify_backend rake db:create
then :docker-compose run sukify_backend rake db:migrate