New answers tagged gitlab
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
-...
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
###! **...
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 ...
Top 50 recent answers are included
Related Tags
gitlab × 485git × 80
docker × 68
nginx × 51
ubuntu × 41
ssh × 39
kubernetes × 25
linux × 24
continuous-integration × 24
apache-2.4 × 20
apache-2.2 × 18
ssl × 18
reverse-proxy × 18
debian × 17
gitlab-auto-devops × 17
centos × 14
jenkins × 13
amazon-web-services × 12
ubuntu-14.04 × 11
ldap × 10
ruby × 10
proxy × 9
ssl-certificate × 9
https × 9
docker-compose × 9