11: 2023-05-17 (水) 10:25:34 iseki |
現: 2023-11-05 (日) 14:21:13 iseki |
| - /etc/gitlab/gitlab.rb | | - /etc/gitlab/gitlab.rb |
| external_url 'https://gitlab.nsl.tuis.ac.jp' | | external_url 'https://gitlab.nsl.tuis.ac.jp' |
| + | |
| nginx['redirect_http_to_https'] = true | | nginx['redirect_http_to_https'] = true |
| nginx['redirect_http_to_https_port'] = 80 | | nginx['redirect_http_to_https_port'] = 80 |
| nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.crt" | | nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.crt" |
| nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.key" | | nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.key" |
| + | |
| letsencrypt['enable'] = true | | letsencrypt['enable'] = true |
| letsencrypt['contact_emails'] = ['iseki@rsch.tuis.ac.jp'] # This should be an array of email addresses to add as contacts | | letsencrypt['contact_emails'] = ['iseki@rsch.tuis.ac.jp'] # This should be an array of email addresses to add as contacts |
| ##! Docs: https://docs.gitlab.com/ee/administration/container_registry.html | | ##! Docs: https://docs.gitlab.com/ee/administration/container_registry.html |
| ################################################################################ | | ################################################################################ |
| + | |
| registry_external_url 'https://gitlab.nsl.tuis.ac.jp:5050' | | registry_external_url 'https://gitlab.nsl.tuis.ac.jp:5050' |
| + | |
| ### Settings used by GitLab application | | ### Settings used by GitLab application |
| #gitlab_rails['registry_enabled'] = true | | #gitlab_rails['registry_enabled'] = true |
| - ソフトウェアの更新が上手くいっていない可能性がある. | | - ソフトウェアの更新が上手くいっていない可能性がある. |
| - 順にバージョンを上げる必要がある. | | - 順にバージョンを上げる必要がある. |
| + | /etc/yum.repos.d/gitlab_gitlab-ce.repo をチェック |
| # yum install gitlab-ce-5.1.* | | # yum install gitlab-ce-5.1.* |
| # gitlab-ctl reconfigure | | # gitlab-ctl reconfigure |