Skip to main content

New answers tagged

0 votes

Setting up GitLab on Docker for Windows with Volumes Shared From a Linux Server

I managed to get it working by sharing the folders using NFS instead of SMB. Used these instructions. In short, the docker volume command is now docker volume create --driver local --opt type=nfs -...
LemongrabThree's user avatar
0 votes

Configure Gitlab to use FreeIPA as LDAP server

Bumping this forward to 2024/25 - The bare minimum to integrate LDAP from GitLab-EE with FreeIPA requires: gitlab_rails['ldap_enabled'] = true # gitlab_rails['prevent_ldap_sign_in'] = false ###! **...
JohnnyShivers's user avatar
0 votes

GitLab Email Error

Via Neil on reddit, https://www.reddit.com/r/gitlab/comments/1hcp4ht/gitlab_email_error/ the solution was to add gitlab_rails['gitlab_email_from'] = ' 'within the gitlab.rb configuration file ...
JohnnyShivers's user avatar

Top 50 recent answers are included