Skip to content

Gitlab

Gitlab "the single application for the entire DevOps lifecycle".

The docker image comes from gitlab/gitlab-ce:latest and currently does not support arm devices. If you are aware of a suitable substitution or replacement (good place to start), please see issue 478 and test your idea using the documentation.

Access

It is available at https://{% if gitlab.domain %}{{ gitlab.domain }}{% else %}{{ gitlab.subdomain + "." + domain }}{% endif %}/ or http://{% if gitlab.domain %}{{ gitlab.domain }}{% else %}{{ gitlab.subdomain + "." + domain }}{% endif %}/

{% if enable_tor %} It is also available via Tor at http://{{ gitlab.subdomain + "." + tor_domain }}/ {% endif %}

After the initial setup, for your first access, you can login with the default username root and the password has been created in your settings/passwords/gitlab_root_password

SSH Port

{{ gitlab.ssh_port }} - defaults to 223, can be adjusted - Default is 223 - Adjust in settings/config.yml


Last update: January 6, 2022