diff --git a/layouts/default.vue b/layouts/default.vue index 0149007..4b58db5 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -13,9 +13,13 @@
Docs
+How to Support
+Showcase
A few questions are asked during install to setup the initial config.
If you already have audiobooks, you can enter the path to your audiobooks during the install. The installer will create a user and group named audiobookshelf.
Will use config file /etc/default/audiobookshelf if exists or create the following default config:
+ +
+ AUDIOBOOK_PATH="/usr/share/audiobookshelf/audiobooks"
+ METADATA_PATH="/usr/share/audiobookshelf/metadata"
+ CONFIG_PATH="/usr/share/audiobookshelf/config"
+ FFMPEG_PATH="/usr/lib/audiobookshelf-ffmpeg/ffmpeg"
+ PORT=7331
+
Grab the latest debian package from the audiobookshelf-ppa github repository, and install.
- wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.4.12_amd64.deb
+ wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.6.41_amd64.deb
sudo apt install ./audiobookshelf_1.6.41_amd64.deb
+
+
+
+ Default username is "root" with no password.
+