mirror of
https://github.com/gethomepage/homepage.git
synced 2026-06-04 13:55:14 -04:00
19c25713c4
Co-Authored-By: Ben Phelps <ben@phelps.io>
16 lines
420 B
Markdown
16 lines
420 B
Markdown
---
|
|
title: Audiobookshelf
|
|
description: Audiobookshelf Widget Configuration
|
|
---
|
|
|
|
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
|
|
```
|