esc
Type to search the docs
Back to catalog

audiobookshelf

Tested

Self-hosted audiobook and podcast server

audiobookshelf screenshot
Image: ghcr.io/advplyr/audiobookshelf:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: audiobookshelf
description: "Self-hosted audiobook and podcast server"
repository: https://github.com/advplyr/audiobookshelf
logo: https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon.svg

image: ghcr.io/advplyr/audiobookshelf:latest
provides:
  - protocol: http
    port: 80
    exposed: true
storage:
  config:
    path: /config
    persistent: true
  metadata:
    path: /metadata
    persistent: true
  audiobooks:
    path: /audiobooks
    persistent: true
  podcasts:
    path: /podcasts
    persistent: true
health: /healthcheck
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Passing

Startup Time

6s

Total Disk

280 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps