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

+
diff --git a/pages/docs.vue b/pages/docs.vue index b93ea58..e1a3183 100644 --- a/pages/docs.vue +++ b/pages/docs.vue @@ -282,18 +282,10 @@ {{ key }}{{ index < 8 ? ', ' : '' }}
Note: Only plain text descriptions are used. + >

- -

- tagReverse Proxy Setup -

-
See Github Readme - -
diff --git a/pages/install.vue b/pages/install.vue index fcb0618..42ae831 100644 --- a/pages/install.vue +++ b/pages/install.vue @@ -49,7 +49,15 @@ docker run -d \ Note: Only for amd64 architecture -

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
+    

@@ -83,12 +91,22 @@ sudo apt install audiobookshelf

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
       
+ +
+ +

+ tagReverse Proxy Setup +

+ See Github Readme + +
diff --git a/pages/support.vue b/pages/support.vue new file mode 100644 index 0000000..056e8fc --- /dev/null +++ b/pages/support.vue @@ -0,0 +1,28 @@ + + + \ No newline at end of file