Skip to content

NFS Access to CasaOS "NAS" #2349

@Tech0ne

Description

@Tech0ne

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions