Gitlab¶
Gitlab "the single application for the entire DevOps lifecycle".
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: May 5, 2020