Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 532 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 532 Bytes

Audiobookshelf

Audiobookshelf is a self-hosted audiobook and podcast server.

Configure

Run:

make config

This will ask you to enter the domain name to use. It automatically saves your responses into the configuration file .env_{INSTANCE}.

Authentication and Authorization

See AUTH.md for information on adding external authentication on top of your app.

Install

Run:

make install

Open in your web browser

Run:

make open