Agentic deploys / Files and productivity

Audiobookshelf

Your audiobooks and podcasts, on your own server.

One-liner deploy

curl -fsSL https://redu.cloud/i/audiobookshelf.sh | sh

Architecture

£0.028/hr · delete any time

advplyr/audiobookshelfby advplyr
Refaudiobookshelf@2.36.0Authoradvplyr
audiobookspodcastsmediaself-hostedfree trialdeployed by redu

Or step by step

claude mcp add --transport http redu https://mcp.redu.cloud/mcp --client-id redu-mcp
curl -fsSL https://redu.cloud/i/audiobookshelf.md -o redu.md
claude "Read redu.md and deploy Audiobookshelf on redu."

About

  • One Node container from the official image, pinned to a version, with no build step.
  • No managed database and nothing extra to pay for: Audiobookshelf is SQLite-only by design, so /config is the database and lives on a volume.
  • The recipe claims the root account as part of the deploy, because POST /init is unauthenticated and a caller who sends no password gets a root account with no password.
  • The disk, not the RAM, is the binding constraint, and the recipe puts the number in front of you before you size it.