Skip to content
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

Cobble boot config #12

Merged
merged 2 commits into from
Apr 14, 2023
Merged

Conversation

crc-32
Copy link
Member

@crc-32 crc-32 commented Nov 7, 2022

Adds boot config for cobble, which currently only includes:

  • Auth
  • Appstore
  • Assorted webviews/links

Environment variables:

  • COBBLE_OAUTH_CLIENT_ID - OAuth client ID / consumer key for cobble app, requires redirect uri rebble://auth_complete
  • REBBLE_ACCOUNT_URL - Link to rebble account settings, opened from cobble

boot/cobble.py Outdated
boot = {
"auth": {
"base": f"{config['REBBLE_AUTH_URL']}/api",
"authorise_url": f"{config['REBBLE_AUTH_URL']}/oauth/authorise",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authorize_url is probably more appropriate.

@Katharine Katharine merged commit b9310c6 into pebble-dev:master Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants