Waarom deze configuratie?
- Echte data-soevereiniteit: 100% AVG/GDPR compliant. Lokale gegevens en configuratie blijven op eigen hardware zonder cloud-afhankelijkheid.
- Hardware agnostisch: Geoptimaliseerd voor Raspberry Pi 5 (ARM64) en Proxmox VE hypervisors (x86_64 LXC & VM).
- Engine vrijheid: Getest en gevalideerd voor Docker CE en rootless Podman zonder root-privileges.
- Platform verificatie: Tested on Proxmox LXC: docker (2.36.0, 2026-09-14), podman (2.36.0, 2026-09-14); Proxmox VM: docker (2.36.0, 2026-09-14), podman (2.36.0, 2026-09-14).
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
- Reverse Proxy Klaar: Direct te koppelen met Caddy, Traefik of Nginx Proxy Manager inclusief automatische Let's Encrypt TLS.
- Veilige Remote Toegang: Naadloos te combineren met WireGuard of Tailscale/Headscale voor veilige toegang buiten het lokale netwerk.
- Transactieve Back-ups: Geschikt voor point-in-time database dumps en container-safe volume snapshotting via NjordDeploy.
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.