strider-github icon indicating copy to clipboard operation
strider-github copied to clipboard

Allow specification of APP_ID, SECRET, DOMAIN, ENDPOINT per account

Open apiv opened this issue 9 years ago • 1 comments

I'd like to be able to manage my github enterprise and github.com repos on the same strider instance. As of right now, I can only do one or the other (since the config is locked in by the environment config).

What I'd like to do is add some additional fields to the "Add Account" form. These fields can be hidden by default, shown when a user clicks an "Advanced Options" button. These fields would default to the values defined in the environment variables, but would allow the user to override them in the form if they want:

  • APP_ID
  • SECRET
  • DOMAIN
  • ENDPOINT

apiv avatar Feb 16 '16 20:02 apiv

Would totally take a PR :+1:

knownasilya avatar Feb 16 '16 20:02 knownasilya