ABOUT
Storyteller is a self-hosted platform for creating and reading ebooks with synced narration, combining audiobooks and ebooks with automatic synchronization.
warningMinimum 8GB RAM recommended. AI-based transcription is resource-intensive.
infoSecret key is stored in `/opt/storyteller/.env`.
infoGPU acceleration is not available in the LXC version. Use CPU-based transcription.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU10240 MB RAM16 GB disk
Config path/opt/storyteller/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/storyteller.sh'; sha='12e52df378810aa9f87689ca47dec904d4a071511044fc38ff7cd7bcd073f1cc'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/storyteller.shSHA-256 12e52df378810aa9f87689ca47dec904d4a071511044fc38ff7cd7bcd073f1cc LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.