homepage/docs/widgets/services/paperlessngx.md

24 lines
565 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Paperless-ngx
description: Paperless-ngx Widget Configuration
---
Use username & password, or the token key. Information about the token can be found in the [Paperless-ngx API documentation](https://docs.paperless-ngx.com/api/#authorization). If both are provided, the token will be used.
Allowed fields: `["total", "inbox"]`.
```yaml
widget:
type: paperlessngx
url: http://paperlessngx.host.or.ip:port
username: username
password: password
2023-09-29 21:01:11 +03:00
```
```yaml
widget:
type: paperlessngx
url: http://paperlessngx.host.or.ip:port
key: token
2023-09-29 21:01:11 +03:00
```