G
Developer tools · OAuth
Connect GitLab to Lutril
GitLab connects through OAuth. For self-managed instances you set the base URL first, then authorize the Lutril app, which requests api and read_user access to read your users and projects.
Requested scopes
api (read and write API access)
read_user (read the authenticated user’s profile)
Setup steps
In Lutril, open Settings → Integrations and select GitLab.
For a self-managed instance, enter your GitLab base URL (skip for gitlab.com), then click Connect.
You are redirected to GitLab to authorize the Lutril app with the api and read_user scopes.
Click Authorize; GitLab redirects you back to Lutril and the connection is established.
Alternatively, paste a personal access token with the api and read_user scopes into the manual field.
Create a token manually
GitLab official docs
Access token scopes reference