Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/a158866ca1d27415ee898bab80640cd840cba577/docs/widgets/services/miniflux.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/miniflux.md

18 lines
311 B

2 years ago
---
title: Miniflux
description: Miniflux Widget Configuration
---
Learn more about [Miniflux](https://github.com/miniflux/v2).
2 years ago
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
2 years ago
```