Config files for my server. Except not my secrets

Configure personal site and add templates for env variables and refreshToken

vielle.dev 5e4896c8 39e235c2

verified
+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