mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
15 lines
255 B
Markdown
15 lines
255 B
Markdown
---
|
|
title: Miniflux
|
|
description: Miniflux Widget Configuration
|
|
---
|
|
|
|
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
|
|
```
|