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/5bc67137f6cb37ec7ed3d21da83d0bcdbcfbd03b/docs/widgets/services/calibre-web.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/calibre-web.md

19 lines
386 B

2 years ago
---
title: Calibre-web
description: Calibre-web Widget Configuration
---
Learn more about [Calibre-web](https://github.com/janeczku/calibre-web).
**Note: widget requires calibre-web ≥ v0.6.21.**
2 years ago
Allowed fields: `["books", "authors", "categories", "series"]`.
```yaml
widget:
type: calibreweb
url: http://your.calibreweb.host:port
username: username
password: password
2 years ago
```