this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Configure personal site and add templates for env variables and refreshToken

+13 -1
+2
.gitignore
··· 1 + prs.env 2 + prs.refreshToken
+8 -1
compose.yaml
··· 1 - services: {} 1 + services: 2 + prs: 3 + build: ./prs 4 + env_file: ./prs.env 5 + volumes: 6 + - type: bind 7 + source: ./prs.refreshToken 8 + target: /app/.refreshToken
+2
prs.env.template
··· 1 + SPOTIFY_CLIENT_ID="set to your apps id" 2 + SPOTIFY_CLIENT_SECRET="set to your apps secret"
+1
prs.refreshToken.template
··· 1 + run prs locally with /_callback renamed to /callback, then head to /callback and copy the newly created `.refreshToken` file after authorizing your account