-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is your feature request related to a problem? Please describe.
It is NOT related to any problem.
Describe the solution you'd like
It'd be really cool to be able to mount directories from the "Files" default app as NFS mountpoints.
It could be cool not to have it by default, but to have an option, when right clicking a directory a "Add NFS share"
Describe alternatives you've considered
I'v looked into other available apps, none seems to handle NFS.
Other option is to manually add an app, like itsthenetwork/nfs-server-alpine using the following command:
docker run -d \
--name nfs-server \
--privileged \
-v /shared/directory:/nfsshare \
-e SHARED_DIRECTORY=/nfsshare \
-p 2049:2049 \
itsthenetwork/nfs-server-alpine
Which is, in my opinion, quite disgusting.
Additional context
x
Metadata
Metadata
Assignees
Labels
No labels