mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 07:18:47 +00:00
17 lines
499 B
Markdown
17 lines
499 B
Markdown
---
|
|
title: Audiobookshelf
|
|
description: Audiobookshelf Widget Configuration
|
|
---
|
|
|
|
Learn more about [Audiobookshelf](https://github.com/advplyr/audiobookshelf).
|
|
|
|
You can find your API token by logging into the Audiobookshelf web app as an admin, go to the config → users page, and click on your account.
|
|
|
|
Allowed fields: `["podcasts", "podcastsDuration", "books", "booksDuration"]`
|
|
|
|
```yaml
|
|
widget:
|
|
type: audiobookshelf
|
|
url: http://audiobookshelf.host.or.ip:port
|
|
key: audiobookshelflapikey
|
|
```
|