Stream Audio Books
Cloudflare URL: https://book.risingflow.com
Internal URL: http://192.168.1.240:13379
GitHub URL: https://github.com/advplyr/audiobookshelf
Note: /mnt/books currently points to SMB file share \192.168.1.241\Books on aLi3nZ Windows PC. The directory is also accessible via NextCloud and OneDrive. The directory is auto mounted via /etc/fstab
This docker container Requires further configuration so that the audio cell phone app can be used. This may need to bypass CloudFlare auth. Audiobookshelf can currently can be used via browser
Books primarily from Audible. 3rd Party app used to snyc audible libary and convert to mp3.
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13379:80
volumes:
- /mnt/books:/audiobooks
- ./podcasts:/podcasts
- ./config:/config
- ./metadata:/metadata
environment:
- TZ=Pacific/Auckland
restart: always