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.
19 lines
472 B
19 lines
472 B
1 month ago
|
---
|
||
|
title: Vikunja
|
||
|
description: Vikunja Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Vikunja](https://vikunja.io).
|
||
|
|
||
|
Allowed fields: `["projects", "tasks7d", "tasksOverdue", "tasksInProgress"]`.
|
||
|
|
||
|
A list of the next 5 tasks ordered by due date is disabled by default, but can be enabled with the `enableTaskList` option.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: vikunja
|
||
|
url: http[s]://vikunja.host.or.ip[:port]
|
||
|
key: vikunjaapikey
|
||
|
enableTaskList: true # optional, defaults to false
|
||
|
```
|