updates to gitlabsetup
This commit is contained in:
parent
a215d09340
commit
1c2a8d5911
1 changed files with 4 additions and 4 deletions
|
@ -185,7 +185,7 @@
|
|||
<div class="co-panel-body">
|
||||
<div class="description">
|
||||
<p>Time machine keeps older copies of tags within a repository for the configured period
|
||||
of time, after whichn they are garbage collected. This allows users to
|
||||
of time, after which they are garbage collected. This allows users to
|
||||
revert tags to older images in case they accidentally pushed a broken image. It is
|
||||
highly recommended to have time machine enabled, but it does take a bit more space
|
||||
in storage.
|
||||
|
@ -1255,7 +1255,7 @@
|
|||
<p>
|
||||
<strong>Note:</strong> A registered GitLab OAuth application is required.
|
||||
Visit the
|
||||
<a href="{{ config.GITLAB_TRIGGER_CONFIG.GITLAB_ENDPOINT || 'https://gitlab.com' }}/admin/applications" ng-safenewtab>
|
||||
<a href="{{ config.GITLAB_TRIGGER_CONFIG.GITLAB_ENDPOINT || 'https://gitlab.com' }}/profile/applications" ng-safenewtab>
|
||||
GitLab applications admin panel
|
||||
</a>
|
||||
to create a new application.
|
||||
|
@ -1293,14 +1293,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>OAuth Client ID:</td>
|
||||
<td>Application Id:</td>
|
||||
<td>
|
||||
<span class="config-string-field" binding="config.GITLAB_TRIGGER_CONFIG.CLIENT_ID">
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>OAuth Client Secret:</td>
|
||||
<td>Secret:</td>
|
||||
<td>
|
||||
<span class="config-string-field" binding="config.GITLAB_TRIGGER_CONFIG.CLIENT_SECRET">
|
||||
</span>
|
||||
|
|
Reference in a new issue