2018-07-08 15:16:45 +00:00
|
|
|
key: github
|
|
|
|
title: GitHub
|
2018-08-04 21:27:55 +00:00
|
|
|
description: GitHub Inc. is a web-based hosting service for version control using Git.
|
2018-07-08 15:16:45 +00:00
|
|
|
author: requarks.io
|
2018-08-04 21:27:55 +00:00
|
|
|
logo: https://static.requarks.io/logo/github.svg
|
2018-10-08 04:17:31 +00:00
|
|
|
color: grey darken-3
|
2018-08-04 21:27:55 +00:00
|
|
|
website: https://github.com
|
2019-04-22 01:43:33 +00:00
|
|
|
isAvailable: true
|
2018-07-08 15:16:45 +00:00
|
|
|
useForm: false
|
|
|
|
props:
|
2019-04-22 01:43:33 +00:00
|
|
|
clientId:
|
|
|
|
type: String
|
|
|
|
title: Client ID
|
|
|
|
hint: Application Client ID
|
|
|
|
order: 1
|
|
|
|
clientSecret:
|
|
|
|
type: String
|
|
|
|
title: Client Secret
|
|
|
|
hint: Application Client Secret
|
|
|
|
order: 2
|
2019-07-14 17:36:39 +00:00
|
|
|
useEnterprise:
|
|
|
|
type: Boolean
|
|
|
|
title: Use GitHub Enterprise
|
|
|
|
hint: Enable if you're using the self-hosted GitHub Enterprise version
|
|
|
|
default: false
|
|
|
|
order: 3
|
|
|
|
enterpriseDomain:
|
|
|
|
type: String
|
|
|
|
title: GitHub Enterprise Domain
|
|
|
|
hint: GitHub Enterprise Only - Domain of your installation (e.g. github.company.com). Leave blank otherwise.
|
|
|
|
default: ''
|
|
|
|
order: 4
|
|
|
|
enterpriseUserEndpoint:
|
|
|
|
type: String
|
|
|
|
title: GitHub Enterprise User Endpoint
|
|
|
|
hint: GitHub Enterprise Only - Endpoint to fetch user details (e.g. https://api.github.com/user). Leave blank otherwise.
|
|
|
|
default: 'https://api.github.com/user'
|
|
|
|
order: 5
|
2019-04-22 01:43:33 +00:00
|
|
|
|