From 0100731b549ff03c2e9a86a2b515928936feb939 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 22 Jul 2022 02:57:08 -0400 Subject: [PATCH] Add media to example exports --- SETUP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 07ae712..2d70627 100644 --- a/SETUP.md +++ b/SETUP.md @@ -116,7 +116,9 @@ This guide is provided as a basic starting point - there are myriad possible com # Other examples removed # jellyfin_data_path first host second host, etc. - /var/lib/jellyfin 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102(rw,sync,no_subtree_check,no_root_squash) + /var/lib/jellyfin 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102/32(rw,sync,no_subtree_check,no_root_squash) + # Local media path if required + /srv/mymedia 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102/32(rw,sync,no_subtree_check,no_root_squash) ``` 1. Reload the exports file and ensure the NFS server is properly exporting it now: