Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 797 Bytes

Using Terraform to create Spotify Playlists of your Favorite Artists

Visit the original developer here

Things you need:

  • Spotify Account / Developer
  • An Authorization Server
  • Bit of terraform

Export

export SPOTIFY_CLIENT_REDIRECT_URI=http://localhost:27228/spotify_callback

create .env file with this:

SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

Rename terraform.tfvars.sample to terraform.tfvars

Run Authorization Server

docker run --rm -it -p 27228:27228 --env-file ./.env ghcr.io/conradludgate/spotify-auth-proxy

More Info

Modify main.tf content to match your needs: