18 lines
311 B
Markdown
Raw Permalink Normal View History

2023-09-29 21:01:11 +03:00
---
title: Miniflux
description: Miniflux Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Miniflux](https://github.com/miniflux/v2).
2023-09-29 21:01:11 +03:00
Api key is found under Settings > API keys
Allowed fields: `["unread", "read"]`.
```yaml
widget:
type: miniflux
url: http://miniflux.host.or.ip:port
key: minifluxapikey
2023-09-29 21:01:11 +03:00
```