Jump to content

GitLab: Difference between revisions

403 bytes added ,  30 August 2020
Line 44: Line 44:
** Parent directories need to have permissions <code>775</code> with <code>git</code> in the group or owned by user <code>git</code>.
** Parent directories need to have permissions <code>775</code> with <code>git</code> in the group or owned by user <code>git</code>.
** See [https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management] for more details.
** See [https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management] for more details.
===Gitlab===
The easiest way if you have very few users like me is to setup a separate gmail account. 
Then use forwardemail.net such that the separate gmail account can send using your domain. 
Then fill in the configuration. 
See [https://docs.gitlab.com/omnibus/settings/smtp.html#gmail settings:smtp#gmail].
Also set:
<pre>
gitlab_rails['gitlab_email_from'] = '[email protected]'
</pre>