ansible-nas/website/docs/applications/development-tools/gitlab.md

16 lines
757 B
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "GitLab"
---
2022-07-25 20:18:57 +00:00
Homepage: <https://docs.gitlab.com/omnibus/docker/>
2020-06-25 12:09:57 +00:00
If Gitea isn't powerful enough for you then consider GitLab. It's a much more powerful (and consequently bigger) Git repository solution that includes a suite of code analytics. On the other hand it requires more RAM.
## Usage
Set `gitlab_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
To make GitLab available externally via Traefik set `gitlab_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
The first time you run GitLab you'll be prompted for an account's password. The password is for GitLab's `root` administrator account. From there you can log in to create additional users and further configure the application.