mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
24 lines
593 B
Markdown
24 lines
593 B
Markdown
---
|
|
title: Vikunja
|
|
description: Vikunja Widget Configuration
|
|
---
|
|
|
|
Learn more about [Vikunja](https://vikunja.io).
|
|
|
|
Allowed fields: `["projects", "tasks7d", "tasksOverdue", "tasksInProgress"]`.
|
|
|
|
"Projects" lists the number of non-archived Projects the user has access to.
|
|
|
|
"Tasks 7d" lists the number of tasks due within the next 7 days.
|
|
|
|
"Tasks Overdue" lists the number of all tasks overdue.
|
|
|
|
"Tasks In Progress" lists the number of tasks with a progress percentage above 0% and below 100%.
|
|
|
|
```yaml
|
|
widget:
|
|
type: vikunja
|
|
url: http[s]://vikunja.host.or.ip[:port]
|
|
key: vikunjaapikey
|
|
```
|