All apps · 0 apps
LibationWeb
Docker app from jtechguru1's Repository
Overview
A web UI wrapper for Libation — the Audible audiobook manager. Connects to your Audible account,
scans your library, and downloads audiobooks via LibationCli. Single Docker container with a
FastAPI backend and React frontend. Supports multiple users, 2FA, session management, per-user
download caps, per-account auto-download, and PUID/PGID for proper Unraid permissions.
Install LibationWeb on Unraid in a few clicks.
Find LibationWeb in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for LibationWeb Review the template variables and paths Click Install
Categories
Download Statistics
247
Total Downloads
Related apps
Explore more like this
Explore allDetails
Repository
jtechguru1993/libation-web:latestRegistry
Last Updated2026-06-21
First Seen2026-06-29
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
bash- Privileged
- false
Template configuration
WebUI PortPorttcp
Container Port: 8000
- Target
- 8000
- Default
- 8000
- Value
- 8000
Appdata DataPathrw
Container Path: /data
- Target
- /data
- Default
- /mnt/user/appdata/libation/data
- Value
- /mnt/user/appdata/libation/data
Appdata ConfigPathrw
Container Path: /config
- Target
- /config
- Default
- /mnt/user/appdata/libation/config
- Value
- /mnt/user/appdata/libation/config
Audiobooks StoragePathrw
Container Path: /audiobooks
- Target
- /audiobooks
- Default
- /mnt/user/audiobooks
- Value
- /mnt/user/audiobooks
Admin UsernameVariable
Container Variable: ADMIN_USERNAME
- Target
- ADMIN_USERNAME
- Default
- admin
- Value
- admin
Admin PasswordVariable
Container Variable: ADMIN_PASSWORD
- Target
- ADMIN_PASSWORD
- Default
- admin
- Value
- admin
Secret KeyVariable
Used to sign authentication tokens. Use a random string of at least 32 characters — longer is better. Avoid $ and " characters.
- Target
- SECRET_KEY
- Default
- change-me-use-a-long-random-string
- Value
- change-me-use-a-long-random-string
PUIDVariable
Container Variable: PUID
- Default
- 99
- Value
- 99
PGIDVariable
Container Variable: PGID
- Default
- 100
- Value
- 100
Access Token Expire MinutesVariable
Container Variable: ACCESS_TOKEN_EXPIRE_MINUTES
- Target
- ACCESS_TOKEN_EXPIRE_MINUTES
- Default
- 15
- Value
- 15
Refresh Token Expire DaysVariable
Container Variable: REFRESH_TOKEN_EXPIRE_DAYS
- Target
- REFRESH_TOKEN_EXPIRE_DAYS
- Default
- 60
- Value
- 60