mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 16:30:31 +00:00
16 lines
312 B
Markdown
16 lines
312 B
Markdown
---
|
|
title: Calibre-web
|
|
description: Calibre-web Widget Configuration
|
|
---
|
|
|
|
**Note: widget requires calibre-web ≥ v0.6.21.**
|
|
|
|
Allowed fields: `["books", "authors", "categories", "series"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: calibreweb
|
|
url: http://your.calibreweb.host:port
|
|
username: username
|
|
password: password
|
|
```
|