This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/fuse-remotefs
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git
from bd0f48bb add support for publishing/mounting over frp tunneling
add 7dda25b8 Refactor command structure and update documentation for
clarity
No new revisions were added by this update.
Summary of changes:
remotefs-fuse/Makefile | 3 +-
remotefs-fuse/README.md | 119 ++++++++-------------
remotefs-fuse/STATUS.md | 2 +
remotefs-fuse/TODO.md | 31 ------
remotefs-fuse/cmd/remotefs/commands/mount_linux.go | 65 +++++------
remotefs-fuse/cmd/remotefs/commands/mount_other.go | 12 +--
remotefs-fuse/cmd/remotefs/commands/publish.go | 37 +++----
remotefs-fuse/cmd/remotefs/commands/root.go | 3 +-
remotefs-fuse/compose.yml | 4 +-
remotefs-fuse/internal/export/backend.go | 1 +
remotefs-fuse/internal/fileproto/client.go | 1 +
remotefs-fuse/internal/frpclient/frpclient.go | 84 +++++++++------
remotefs-fuse/internal/mount/remote.go | 1 +
remotefs-fuse/internal/resolver/resolver.go | 1 +
remotefs-fuse/internal/source/server.go | 1 +
remotefs-fuse/scripts/entrypoint-laptop.sh | 2 +-
remotefs-fuse/scripts/entrypoint-remote.sh | 2 +-
17 files changed, 154 insertions(+), 215 deletions(-)
delete mode 100644 remotefs-fuse/TODO.md