unsubbed.co

Audioserve

For media & streaming, Audioserve is a self-hosted solution that provides simple personal server to serve audio files from directories (audiobooks.

Overview

Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do. The project has 824 GitHub stars.

Getting Started

Source: GitHub README

---
version: "3"

services:
  audioserve:
    image: izderadicka/audioserve
    restart: unless-stopped
    command: --tags /audiobooks
    environment:
      - PUID=1000
      - PGID=1000
      - "AUDIOSERVE_SHARED_SECRET=VGM4oDS6wGKge9"
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - "./config:/home/audioserve/.audioserve"
      - "/path/to/Audio/Books:/audiobooks"

Normalized Features

Source: tool-features-normalized.json

apt, docker, docker compose, mobile app, npm, plugins, rest api.

Features

Integrations & APIs

  • Plugin / Extension System
  • REST API

Mobile & Desktop

  • Mobile App