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

Add hosted GitHub support #4

Open
JakeWharton opened this issue May 17, 2020 · 2 comments
Open

Add hosted GitHub support #4

JakeWharton opened this issue May 17, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@JakeWharton
Copy link
Owner

For enterprise deployments

@JakeWharton JakeWharton added this to the 1.0.0 milestone May 18, 2020
@JakeWharton JakeWharton added the enhancement New feature or request label May 20, 2020
@JakeWharton
Copy link
Owner Author

one config proposal:

version = 0

[[github]]
host = "github.com" # default
user = "JakeWharton"
token = "123"

  [github.clone]
  watched = true

[[github]]
host = "github.example.com"
user = "jw"
token = "456"

  [github.clone]
  starred = true
  watched = true

alternatively, we could support multiple .toml configs in the directory, but then you almost want a different model for each toml (git, github, gitlab, etc.) so you'd have to use a naming scheme or directory structure which complicates the simple case

@JakeWharton
Copy link
Owner Author

a bonus to the one-config approach, if you have multiple user accounts, for whatever reason, this would also help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant