Initial commit of Vikunja widget

This commit is contained in:
vhsdream
2024-10-04 16:35:19 -04:00
parent b1ca6b8e1a
commit 60c6123dc8
8 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
title: Vikunja
description: Vikunja Widget Configuration
---
Learn more about [Vikunja](https://vikunja.io).
Allowed fields: `["projects", "tasks"]`.
"Projects" lists the number of non-archived Projects the user has access to.
"Tasks" lists the number of tasks due within the next 7 days.
```yaml
widget:
type: vikunja
url: http[s]://vikunja.host.or.ip[:port]
key: vikunjaapikey
```