mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-19 17:02:12 +08:00
17 lines
392 B
Markdown
17 lines
392 B
Markdown
---
|
|
title: Booklore
|
|
description: Booklore Widget Configuration
|
|
---
|
|
|
|
Learn more about [Booklore](https://github.com/booklore-app/booklore).
|
|
|
|
The widget authenticates with your Booklore credentials to surface total libraries, books, and reading progress counts for your account.
|
|
|
|
```yaml
|
|
widget:
|
|
type: booklore
|
|
url: https://booklore.host.or.ip
|
|
username: username
|
|
password: password
|
|
```
|