Visit the original developer here
Things you need:
- Spotify Account / Developer
- An Authorization Server
- Bit of terraform
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
docker run --rm -it -p 27228:27228 --env-file ./.env ghcr.io/conradludgate/spotify-auth-proxy