Sign inSign up

doryfazna/spotify-auth-proxy

By doryfazna

Updated over 1 year ago

This Docker image runs a custom Spotify auth proxy server to use with Terraform Spotify provider.

Image
Integration & delivery
0

584

doryfazna/spotify-auth-proxy repository overview

Spotify Auth Proxy Docker Image

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! 😊

Usage

  1. Create a .env file with your Spotify credentials:
SPOTIFY_CLIENT_ID=your_spotify_client_id_here
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret_here
  1. Run the container with the .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.

Tag summary

Content type

Image

Digest

sha256:f1af83399

Size

45.6 MB

Last updated

over 1 year ago

docker pull doryfazna/spotify-auth-proxy