You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/gitea.md

25 lines
584 B

---
title: Gitea
description: Gitea Widget Configuration
---
Learn more about [Gitea](https://gitea.com).
API tokens can be generated on the `User Settings` -> `Applications` page and require `notifications` and `repository` permissions.
There is currently a limit (20) to how many issues are received in the API call, but this can be increased by adding the following in the Gitea app.ini file.
```ini
[ui]
ISSUE_PAGING_NUM = 99
```
Allowed fields: ["notifications", "issues", "pulls"]
```yaml
widget:
type: gitea
url: http://gitea.host.or.ip:port
key: giteaapitoken
```