{% extends "layout.html" %} {% block body %}

Choose a GitLab instance

Which GitLab instance would you like to use?

{{icon('gitlab')}} {{instance_name(canonical_upstream)}} Continue with {{canonical_upstream}} {{icon('caret-right')}}

Choose another instance...
{% for upstream in upstreams %}

{{icon('gitlab')}} {{upstream}} Continue with {{upstream}} {{icon('caret-right')}}

{% endfor %}

Is your instance missing? Gitlab instances have to be manually approved by the {{cfg('sr.ht', 'site-name')}} administrators. Send an email to {{cfg('sr.ht', 'owner-name')}} <{{cfg('sr.ht', 'owner-email')}}> to request yours.

Notice: By proceeding, you will be granting {{cfg("sr.ht", "site-name")}} full access to your GitLab account. This is a limitation of the GitLab API; we cannot request narrower permissions.
{% endblock %}