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.
18 lines
463 B
18 lines
463 B
---
|
|
title: Gitea
|
|
description: Gitea Widget Configuration
|
|
---
|
|
|
|
Learn more about [Gitea](https://gitea.com).
|
|
|
|
API token requires `notifications` and `repository` permissions. See the [gitea documentation](https://docs.gitea.com/development/api-usage#generating-and-listing-api-tokens) for details on generating tokens.
|
|
|
|
Allowed fields: ["notifications", "issues", "pulls"]
|
|
|
|
```yaml
|
|
widget:
|
|
type: gitea
|
|
url: http://gitea.host.or.ip:port
|
|
key: giteaapitoken
|
|
```
|