Add a note for windows users and fuse (#116)

This commit is contained in:
Antonio Navarro Perez 2022-01-05 19:33:29 +01:00 committed by GitHub
parent 4b29ce6dc1
commit efba26e016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,9 @@ torrent:
read_timeout: 120 read_timeout: 120
fuse: fuse:
# Folder where fuse will mount torrent filesystem # Folder where fuse will mount torrent filesystem
# For windows users: You can set here also a disk letter like X: or Z: # For windows users:
# - You can set here also a disk letter like X: or Z:.
# - The folder MUST NOT exists.
path: ./distribyted-data/mount path: ./distribyted-data/mount
# Add this flag if you want to allow other users to access this fuse mountpoint. # Add this flag if you want to allow other users to access this fuse mountpoint.
# You need to add user_allow_other flag to /etc/fuse.conf file. # You need to add user_allow_other flag to /etc/fuse.conf file.