Gitea

Standard connector form, described in general in Connectors, with no fields specific to this type.
| Field | What to enter | Example |
|---|---|---|
| Connector API URL | the instance address with the API suffix | https://gitea.company.com/api/v1 |
| Username | the service account's login | q247-service |
| Personal access token | a 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
- Connectors: the common form, token permissions, statuses
- Running code analysis: what to do after saving the connector