mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
19 lines
386 B
Markdown
19 lines
386 B
Markdown
---
|
|
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.**
|
|
|
|
Allowed fields: `["books", "authors", "categories", "series"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: calibreweb
|
|
url: http://your.calibreweb.host:port
|
|
username: username
|
|
password: password
|
|
```
|