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/5fc3bdee086650974fb68656daf3e7f9e0ca57e8/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

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