Make instructions on gitlab setup a bit easier
This commit is contained in:
parent
4f2a1b3734
commit
abe43e758a
1 changed files with 7 additions and 3 deletions
|
@ -644,10 +644,14 @@
|
|||
</p>
|
||||
<p>
|
||||
<strong>Note:</strong> A registered GitLab OAuth application is required.
|
||||
View instructions on how to
|
||||
<a href="https://coreos.com/docs/enterprise-registry/gitlab-app/" target="_blank">
|
||||
Create an OAuth Application in GitLab
|
||||
Visit the
|
||||
<a href="{{ config.GITLAB_TRIGGER_CONFIG.GITLAB_ENDPOINT || 'https://gitlab.com' }}/admin/applications" target="_blank">
|
||||
GitLab applications admin panel
|
||||
</a>
|
||||
to create a new application.
|
||||
</p>
|
||||
<p>The callback URL to use is:
|
||||
<code>{{ config.PREFERRED_URL_SCHEME || 'http' }}://{{ config.SERVER_HOSTNAME || 'localhost' }}/oauth2/gitlab/callback/trigger</code>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue