mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Add media to example exports
This commit is contained in:
parent
e84651138a
commit
0100731b54
1 changed files with 3 additions and 1 deletions
4
SETUP.md
4
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue