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.
40 lines
1.1 KiB
40 lines
1.1 KiB
key: github
|
|
title: GitHub
|
|
description: GitHub Inc. is a web-based hosting service for version control using Git.
|
|
author: requarks.io
|
|
logo: https://static.requarks.io/logo/github.svg
|
|
color: grey darken-3
|
|
website: https://github.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
|
|
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
|
|
|