forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
72 stars 38 forks source link

Custom auth storage #170

Closed forslund closed 3 years ago

forslund commented 3 years ago

This adds the possibility to add a custom location for storing the spotify credentials using the environment variable SPOTIFY_SKILL_CREDS_DIR.

This can be used for example in a docker context where the credentials should be stored in an attached volume. This should resolve #165