swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
731 stars 41 forks source link

Replace Nginx with a Flask server to serve images #41

Closed cwilvx closed 2 years ago

cwilvx commented 2 years ago

Images are not served by Nginx due to a wrong permission on the image folders.

How to fix this?

There are 2 ways:

  1. Use flask to serve images
  2. Set folder permission on app start.

cwilvx commented 2 years ago