User Tools

Site Tools


auth:gitlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
auth:gitlab [2017/08/10 15:20] – [Global GIT configuration] kohoferauth:gitlab [2021/07/05 18:09] (current) kohofer
Line 5: Line 5:
 UNIBZ users have to login to [[https://gitlab.inf.unibz.it/|GitLab]] and their account will be automatically enabled.  UNIBZ users have to login to [[https://gitlab.inf.unibz.it/|GitLab]] and their account will be automatically enabled. 
  
-External users can sign up with their Google, Twitter, or Facebook account. The external user has to motivate the request by sending an e-mail to cs-tech@lists.inf.unibz.it+External users can sign up with their Google, Twitter, or Facebook account.
  
 Here are some instructions on GitLab to ease its use. Here are some instructions on GitLab to ease its use.
Line 63: Line 63:
 </code> </code>
  
-Windows file ~/.ssh.config: +Windows file ~/.ssh/config: 
 <code> <code>
 Host gitlab.inf.unibz.it Host gitlab.inf.unibz.it
Line 184: Line 184:
  
  
 +===== Some support cases =====
 +SourceTree failing to connect
  
 +  * Delete entry in keychain for gitlab.inf.unibz.it
 +  * Add key again to ssh client : ssh-add -K <key_path>
  
 +
 +===== Renew the SSL certificates - gitlab.inf.unibz.it =====
 +
 +Certificate is valid for 3 months
 +
 +A cronjob renews the certificate every 1st day of the month
 +
 +  root@gitlab:~# vi /etc/cron.monthly/renew-le-certs
 +
 +<code>
 +# At 04:05 on day-of-month 1.
 +5 4 1 * *       /opt/gitlab/bin/gitlab-ctl renew-le-certs
 +# At 04:10 on day-of-month 1.
 +10 4 1 * *      /opt/gitlab/bin/gitlab-ctl reconfigure
 +</code>
  
  
  
  
/data/www/wiki.inf.unibz.it/data/attic/auth/gitlab.1502371201.txt.gz · Last modified: 2019/01/16 10:03 (external edit)