mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Duplicate website/docs/applications/development-tools/gitlab.md history in roles/gitlab/ history.
This commit is contained in:
parent
3b4bc62892
commit
0b6af3583a
1 changed files with 15 additions and 0 deletions
15
roles/gitlab/gitlab.md
Normal file
15
roles/gitlab/gitlab.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "GitLab"
|
||||
---
|
||||
|
||||
Homepage: <https://docs.gitlab.com/omnibus/docker/>
|
||||
|
||||
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.
|
Loading…
Reference in a new issue