mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
255 B
Markdown
16 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
|
||
|
```
|