Home Catalogus Audiobookshelf
Media Servers

Audiobookshelf

A self-hosted audiobook and podcast server for organizing, streaming, and tracking playback progress across your personal audio media library.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Hoog
Standaard Poort: Port 13378

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  audiobookshelf:
    image: ghcr.io/advplyr/audiobookshelf:latest
    container_name: njorddeploy-audiobookshelf
    ports:
      - "13378:80"
    volumes:
      - "./data/audiobookshelf/audiobooks:/audiobooks"
      - "./data/audiobookshelf/podcasts:/podcasts"
      - "./data/audiobookshelf/metadata:/metadata"
      - "./data/audiobookshelf/config:/config"
    environment:
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=Europe/Amsterdam"
    restart: unless-stopped
    networks:
      - njorddeploy_net
networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
AUDIOBOOKSHELF_PORT 13378 The host port for the Audiobookshelf web interface.
AUDIOBOOKSHELF_PUID 1000 The User ID (PUID) for the container process. Set to 0 for root or match your host user's PUID for file permissions.
AUDIOBOOKSHELF_PGID 1000 The Group ID (PGID) for the container process. Set to 0 for root or match your host user's PGID for file permissions.
AUDIOBOOKSHELF_AUDIOBOOKS_DIR /opt/njorddeploy/data/audiobookshelf/audiobooks Host path where your audiobook files are stored and accessible by Audiobookshelf.
AUDIOBOOKSHELF_PODCASTS_DIR /opt/njorddeploy/data/audiobookshelf/podcasts Host path where your podcast files are stored and accessible by Audiobookshelf.
AUDIOBOOKSHELF_METADATA_DIR /opt/njorddeploy/data/audiobookshelf/metadata Host path to store Audiobookshelf's metadata.
AUDIOBOOKSHELF_CONFIG_DIR /opt/njorddeploy/data/audiobookshelf/config Host path to store Audiobookshelf's configuration files.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.