docker-gitlab
docker-gitlab copied to clipboard
Dockerized GitLab
Hi all! After adding the following options to the docker-compose.yml and doing 'docker-compose up' LFS doesn't seem to use S3 - GITLAB_LFS_ENABLED=TRUE - GITLAB_LFS_OBJECT_STORE_ENABLED=TRUE - GITLAB_LFS_OBJECT_STORE_REMOTE_DIRECTORY=**** - GITLAB_LFS_OBJECT_STORE_CONNECTION_PROVIDER=AWS - GITLAB_LFS_OBJECT_STORE_CONNECTION_AWS_ACCESS_KEY_ID=****...
Enable KAS
Enabling KAS Not sure what to put or where in the Readme
Microsoft is turning off Basic auth for SMTP, IMAP and POP among others. Is there a way to enable/use OAuth2 for the SMTP and IMAP for Gitlab Emails? https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-may-2022/ba-p/3301866 https://gitlab.com/gitlab-org/gitlab/-/issues/214900
Draft: This PR syncs configuration files. Current target versions are based on gitlab-foss v15.0.0: - gitlab-foss: v15.0.0 - gitaly: v15.0.0 - gitlab-shell: v14.3.0 - gitlab-pages: v1.58.0 ~~This PR is based...
Hello I have created ldap instance 15.1 with docker-compose and authentication LDAP. It works well but I don't find the way to disable the standard auth ( sign in) ,...
I want to use gitlab-ee but not gitlab-ce, how can I use this repo to do it?
Hello Gitlab does not follow the subpath defined in the RELATIVE_URL_ROOT environment variable. I saw that gitlab-ce recommends using a subdomain instead, but that's not possible in my infrastructure. So...
Hello The port number 10080 is considered as unsafe by web browers, you should change the port number in your tutorial for another that works : sample 11080. It works...