This Docker image runs a custom Spotify auth proxy server to use with Terraform Spotify provider.
584
I created this simple auth proxy server because of recent changes to Spotify’s redirect URL requirements. Since these updates haven’t yet been incorporated into the conradludgate provider codebase, I built this proxy as a workaround to keep using the provider smoothly, and it works great! 😊
.env file with your Spotify credentials:SPOTIFY_CLIENT_ID=your_spotify_client_id_here
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret_here
.env file:docker run --rm -it -p 27228:27228 --env-file ./path/to/.env doryfazna/spotify-auth-proxy
The server will read these environment variables to handle authentication with Spotify.
Content type
Image
Digest
sha256:f1af83399…
Size
45.6 MB
Last updated
over 1 year ago
docker pull doryfazna/spotify-auth-proxy