You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

  1. key: github
  2. title: GitHub
  3. description: GitHub Inc. is a web-based hosting service for version control using Git.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/github.svg
  6. color: grey darken-3
  7. website: https://github.com
  8. isAvailable: true
  9. useForm: false
  10. props:
  11. clientId:
  12. type: String
  13. title: Client ID
  14. hint: Application Client ID
  15. order: 1
  16. clientSecret:
  17. type: String
  18. title: Client Secret
  19. hint: Application Client Secret
  20. order: 2
  21. useEnterprise:
  22. type: Boolean
  23. title: Use GitHub Enterprise
  24. hint: Enable if you're using the self-hosted GitHub Enterprise version
  25. default: false
  26. order: 3
  27. enterpriseDomain:
  28. type: String
  29. title: GitHub Enterprise Domain
  30. hint: GitHub Enterprise Only - Domain of your installation (e.g. github.company.com). Leave blank otherwise.
  31. default: ''
  32. order: 4
  33. enterpriseUserEndpoint:
  34. type: String
  35. title: GitHub Enterprise User Endpoint
  36. hint: GitHub Enterprise Only - Endpoint to fetch user details (e.g. https://api.github.com/user). Leave blank otherwise.
  37. default: 'https://api.github.com/user'
  38. order: 5