Files
docs-public/projects/audiobookshelf/index.md
wompmacho 56c4f853c0
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m11s
add tags to projects
2026-04-03 08:18:05 +00:00

22 lines
672 B
Markdown

---
title: audiobookshelf
description: audiobook media server
showHero: false
author: wompmacho
date: '2025-02-04'
lastmod: '2026-04-03'
tags: ['audiobooks', 'media', 'self-hosted']
---
## What is Audiobookshelf?
`Audiobookshelf` is a self-hosted, open-source server designed to manage and stream your personal audiobook and podcast collections. It acts as a private, web-based alternative to services like Audible, giving you full control over your media files. Key features include:
## Docker Compose Example
> [!IMPORTANT] Audiobookshelf requires a websocket connection.
```yaml
{{% include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml" %}}
```