mirror of https://github.com/requarks/wiki
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.
37 lines
1.2 KiB
37 lines
1.2 KiB
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
|
|
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
|
|
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
|
|
authorizationURL:
|
|
type: String
|
|
title: Authorization URL
|
|
hint: For self-managed GitLab instances, define an alternate authorization URL (e.g. http://example.com/oauth/authorize). Leave empty otherwise.
|
|
order: 4
|
|
tokenURL:
|
|
type: String
|
|
title: Token URL
|
|
hint: For self-managed GitLab instances, define an alternate token URL (e.g. http://example.com/oauth/token). Leave empty otherwise.
|
|
order: 5
|