LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [GitLab]
ONLINE
// Z.SHINCHVEN

Reducing GitLab Resource Usage by Disabling Built-In Monitoring Services

Reduce CPU, memory, and disk I/O on a small self-hosted GitLab server by disabling the built-in Prometheus monitoring stack without affecting core GitLab features.

// Z.SHINCHVEN

Troubleshooting GitLab SSH Clone Failures: Docker, Cloudflare, and Port Conflicts

A comprehensive guide to fixing common SSH clone issues in GitLab when deployed with Docker and proxied through Cloudflare.

// Z.SHINCHVEN

Fixing 403 Errors When Accessing Archive Packages via CI JOB TOKEN in GitLab 18

Learn how to resolve 403 Forbidden errors when accessing archive packages in GitLab CI/CD pipelines using CI_JOB_TOKEN after the security changes in GitLab 18.

// Z.SHINCHVEN

Introducing the Command Palette in GitLab: A Game-Changer for Developers

GitLab has recently integrated the Command Palette in version 16.2, significantly enhancing the user experience.

// Z.SHINCHVEN

Git 生态圈介绍

Git 是一个分布式版本控制系统,主要用于跟踪文件(尤其是代码)的更改。使用 Git,你可以轻松地保存代码的不同版本,合并多人的更改,并且回退到旧版本,如果新版本出现问题。

// Z.SHINCHVEN

GitLab 16.1:全新的用户界面设计

GitLab 16.1的全新用户界面设计已经正式发布,这是一个基于用户反馈和深思熟虑的策略调整而做出的重大改变。这次的改变不仅仅是视觉上的调整,更是对用户体验的全面提升。让我们一起来看看这次更新都有哪些亮点。 首先,这次的更新是基于用户反馈和深思熟虑的策略调整而做出的。GitLab团队花费了大量的时间和精力,通过设计思考和用户体验研究,对导航进行了全面的改进。在过去的一年中,他们专注于设计创新和…

// Z.SHINCHVEN

Fixing the GitLab RuntimeError: SMTP Configuration Settings in New GitLab Version

Learn how to quickly resolve the RuntimeError: gitlab_rails['smtp_tls'] and gitlab_rails['smtp_enable_starttls_auto'] are mutually exclusive error in the new GitLab version. This guide explains the simple steps to correctly configure your SMTP settings based on your server's configuration.

// Z.SHINCHVEN

Pull GitLab Remote Backup Bash Script

GitLab's backup files are generated locally on the server by default, though there are a lot of remote backup provider, I still want to pull backup files to local machine and not rely on any third par…

// Z.SHINCHVEN

Use GitLab Artifact in Chained Pipelines

Build and Download Artifact GitLab CI/CD job can archive result as an artifact that can be accessed from API. Artifact GitLab Runner Config compile: # Job name artifacts: paths: - dist # A…

// Z.SHINCHVEN

使用 Docker Compose 私有部署 GitLab 超简单

在这篇文章里,我将介绍 怎样使用 docker-compose 来部署一个私有部署的 GitLab 实例 设置域名反向代理 配置 gitlab-runner 实自动化流水线 配置备份与恢复 配置要求 目前版本的 gitlab-ce 需要 4-6GB 的 RAM 来运行,建议配置 8GB 以上的服务器。 安装 Docker 与 docker-compose Docker 是一种开源的容器化平台…