Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Document the .env #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
ghost opened this issue Jul 18, 2023 · 2 comments
Closed
1 task done

Document the .env #584

ghost opened this issue Jul 18, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Jul 18, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Pain

Idk wth is needed here
SUPABASE_URL=
SUPABASE_API_KEY=

The format:
SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
SPOTIFY_SECRETS=

If I am being an idiot for asking this, I would like to know the reasons, please XD im not a dev

Suggested solution

Just add it to the build instrucions

Useful resources

No response

Additional information

No response

@ghost ghost added the enhancement New feature or request label Jul 18, 2023
@RaptaG RaptaG added the documentation Improvements or additions to documentation label Jul 18, 2023
@KRTirtho
Copy link
Owner

Check the .env.example file it contains all necessary keys

@KRTirtho KRTirtho added help wanted Extra attention is needed and removed enhancement New feature or request labels Jul 21, 2023
@KRTirtho
Copy link
Owner

Idk wth is needed here
SUPABASE_URL=
SUPABASE_API_KEY=

You don't need to fill this locally. Spotube can work without them. Just pass an empty string

The format:
SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
SPOTIFY_SECRETS=

If I am being an idiot for asking this, I would like to know the reasons, please XD im not a dev

You need your own Spotify client id and client secret. Just go to https://developers.spotify.com and create an app
Then copy paste it as

SPOTIFY_SECRETS=<client-id>:<client-secret>

Also follow the, CONTRIBUTION.md to see how to build the app from source

Repository owner locked and limited conversation to collaborators Jul 21, 2023
@KRTirtho KRTirtho converted this issue into discussion #594 Jul 21, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants