Skip to content

file share

KernelDeimos edited this page Oct 23, 2024 · 1 revision

{"$": "file-share"} - File Share

Structure

  • path: file or directory's path or uuid
  • access: one of: "read", "write" (default: "read")

Examples

Share with read access

{
    "$": "file-share",
    "path": "/some/path"
}

Share with write access

{
    "$": "file-share",
    "path": "/some/path",
    "access": "write"
}

Using a UUID

{
    "$": "file-share",
    "path": "b912c381-0c0b-466c-95a6-f9a4fc680a7d"
}

Init

Utilities

Clone this wiki locally