Skip to main content

Gitea

Gitea connector form

Standard connector form, described in general in Connectors, with no fields specific to this type.

FieldWhat to enterExample
Connector API URLthe instance address with the API suffixhttps://gitea.company.com/api/v1
Usernamethe service account's loginq247-service
Personal access tokena token with read permission$$GITEA_TOKEN

Both credential fields support the $$VARIABLE_NAME notation, which points to an environment variable on the plugin host instead of holding the token in Q247. The conditions are described in Connectors.

The token is generated in Gitea, in the account settings, in the Applications section. Read permission for repositories is enough, and the account must have access to all the organizations whose repositories are to be analyzed.

See also