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.

36 lines
1.2 KiB

  1. key: gitlab
  2. title: GitLab
  3. description: GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/gitlab.svg
  6. color: deep-orange
  7. website: https://gitlab.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. baseUrl:
  22. type: String
  23. title: Base URL
  24. hint: For self-managed GitLab instances, define the base URL (e.g. https://gitlab.example.com). Leave default for GitLab.com SaaS (https://gitlab.com).
  25. default: https://gitlab.com
  26. order: 3
  27. authorizationURL:
  28. type: String
  29. title: Authorization URL
  30. hint: For self-managed GitLab instances, define an alternate authorization URL (e.g. http://example.com/oauth/authorize). Leave empty otherwise.
  31. order: 4
  32. tokenURL:
  33. type: String
  34. title: Token URL
  35. hint: For self-managed GitLab instances, define an alternate token URL (e.g. http://example.com/oauth/token). Leave empty otherwise.
  36. order: 5