Gitlab 部署
参考连接: https://docs.gitlab.com/omnibus/docker/
设置中文:
用户自行设置: https://blog.csdn.net/wh2574021892/article/details/106062266/ 管理员设置: https://blog.csdn.net/weixin_44257023/article/details/109249769
gitlab 仓库备份:
https://www.cnblogs.com/mingerlcm/p/12633720.html
Gitlab修改域名:
修改gitlab.yml文件,在如下位置中:
[root@localhost]# cd /opt/gitlab/embedded/service/gitlab-rails/config
[root@localhost]# vi gitlab.yml
gitlab:
## Web server settings (note: host is the FQDN, do not include http://)
host: 此处修改成自己的域名
port: 80
https: false
gitlab-ctl restart