mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
24 lines
775 B
Plaintext
24 lines
775 B
Plaintext
---
|
|
title: "GitLab"
|
|
description: "DevOps lifecycle tool."
|
|
og:
|
|
description: "Deploy GitLab on Coolify for complete DevOps platform with Git repos, CI/CD pipelines, issue tracking, and container registry integration."
|
|
category: "Development"
|
|
icon: "/docs/images/services/gitlab-logo.svg"
|
|
---
|
|
|
|
<ZoomImage src="https://raw.githubusercontent.com/gitlabhq/gitlabhq/refs/heads/master/public/apple-touch-icon.png" alt="Gitlab" />
|
|
|
|
## What is GitLab?
|
|
|
|
GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, powered by Ruby on Rails framework.
|
|
|
|
## Demo
|
|
|
|
- [Demo](https://gitlab.com/)
|
|
|
|
## Links
|
|
|
|
- [The official website](https://about.gitlab.com)
|
|
- [GitLab](https://gitlab.com/gitlab-org/gitlab)
|