12345678910111213141516171819202122232425262728293031323334 |
- key: gitlab
- title: GitLab
- description: GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.
- author: requarks.io
- logo: https://static.requarks.io/logo/gitlab.svg
- icon: /_assets/icons/ultraviolet-gitlab.svg
- color: deep-orange
- website: https://gitlab.com
- isAvailable: true
- useForm: false
- props:
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- sensitive: true
- order: 2
- baseUrl:
- type: String
- title: Base URL
- 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).
- default: https://gitlab.com
- order: 3
- refs:
- callbackUrl:
- title: Authorization Callback URL
- hint: The callback endpoint to input on GitLab.
- icon: back
- value: '{host}/login/{id}/callback'
|