This article discusses how to properly configure GitLab to provide HTTPS services to users in three scenarios. For the sake of simplicity, here all use...
"The company's code assets are kept in-house. To prevent all invisible enemies from illegally encroaching on the profits of the company through corrupt and old-fashioned...
I thought the GitLab Concise Maintenance Guide (V2020.05) was enough to solve all the following problems, but in v12, GitLab officially introduced the "upgrade extra...
You can use various git command abbreviations. 😋 For example, check the abbreviations of all git commands or filter the corresponding commands such as config....
GitLab, which is built on the public network, frequently faces security challenges. However, with only one or two simple actions, maintenance costs can be greatly...
GitLab Official website Address Requirements Configuration GitLab has certain requirements on server configuration, such as 4-core CPU and 4 GB memory. Reference: Official requirements Configuration...
Record the steps of Docker installation Gitlab under Windows10. First of all, Gitlab officially does not support the deployment of Gitlab images under Windows, so...
SONAR_TOKEN: Sonarqube token, created on the Sonarqube server under the user, used by all projects. This variable is set in the GitLab server environment variable....
Due to the internal network environment, it is relatively troublesome to install Docker offline. Multiple RPM packages need to be downloaded for installation and update....
Before the beginning, I would like to sort out the problems encountered by GitLab. Recently, the project code management, after the installation of GitLab, I...
To implement continuous integration, you need two things for this project: software integration scripts: Gitlab-ci.yml install RunnerCento in the root directory of your project
Configuration Requirements 1. The server configuration requires a minimum of two 4G cores (one 2G core can be installed with the old version of GitLab,...
This is the 23rd day of my participation in The August Wenwen Challenge. Before the Introduction of The August Wenwen Challenge, we had many branches...
At present, gitlab CI is created in a separate project. Gitlab-ci.yaml file to define the deployment process, and some common steps such as build deployment...