Most root CA's are included by default nginx['ssl_client_certificate'] = "/etc/gitlab/ssl/ca.crt" #! enable/disable 2-way SSL client authentication nginx['ssl_verify_client'] = "off" #! if ssl_verify_client on, verification depth in the client certificates chain nginx['ssl_verify_de...
该文件在初始安装过程中生成,在升级过程中 **不会** 被修改。#! 请查看该文件的最新版本,了解可以配置的不同设置,它们是何时引入的以及为什么引入:#! https://gitlab.com/gitlab-org/omnibus-gitlab/blame/master/files/gitlab-config-template/gitlab.rb.template#! 在本地,对应于已安装版本的完整模板可以...
IsDir() { // Skip directories in this example for simplicity. continue } rc, err := f.Open() if err != nil { return err } defer rc.Close() path := filepath.Join(dest, f.Name) // Oops! We blindly use the entry filename for the destination. os.MkdirAll(filepath.Dir(path),...
我把下载的gitlab的RPM包和gitlab的汉化包放在了Linux服务器的/opt目录下,通过rpm的命令进行安装时发现缺少依赖,在本地环境中我配置了私有的yum仓库并且在yum仓库中存放了很多依赖包,建议在内网的环境中无法使用外部yum的情况下自行配置。详细见私有Yum仓库搭建。
''#ssl_version: ''#active_directory: true#allow_username_or_email_login: false#block_auto_created_users: false#base: ''#user_filter: ''#attributes:#username: ['uid', 'userid', 'sAMAccountName']#email: ['mail', 'email', 'userPrincipalName']#name: 'cn'#first_name: 'givenName'#...
tls_verify Enable or disable TLS verification of connections to the Docker daemon. Disabled by default. By default, GitLab Runner connects to the Docker Unix socket over SSH. The Unix socket does not support RTLS and communicates over HTTP with SSH to provide encryption and authentication. Enabli...
# gitlab_rails['smtp_ca_path'] = "/etc/ssl/certs" # gitlab_rails['smtp_ca_file'] = "/etc/ssl/certs/ca-certificates.crt" ## 邮件设置是否开启 # gitlab_rails['gitlab_email_enabled'] = true ## 修改邮件发送者相关信息 # gitlab_rails['gitlab_email_from'] = 'example@example.com...
Previously, some outdated jobs could be manually started or retried even when Skip outdated deployment jobs is enabled. We have updated the logic for this setting to check the deployment status when a job starts. The job does not execute if the deployment job is outdated due to a more recent...
Copy the entire Let's Encrypt certificate chain to/etc/gitlab-runner/certs/<gitlab-hostname>.crton the runner host (this will allow you to register the runner despite the invalid SSL on the gitlab host) rungitlab-runner registerto register the runner with the gitlab host ...
(i.e. root of the GitLab app). # secret_file: /home/git/gitlab/.gitlab_workhorse_secret cell: # enabled: false # id: null # name: null # database: # skip_sequence_alteration: false # topology_service_client: # address: topology-service.gitlab.example.com:443 # ca_file: /home...