From 98b2cf07e4deda7c135cdcd4f57b9623b032d7b3 Mon Sep 17 00:00:00 2001 From: Babayaga Date: Sun, 22 Feb 2026 19:55:06 +0100 Subject: [PATCH] latest :) --- vfs-settings.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vfs-settings.json diff --git a/vfs-settings.json b/vfs-settings.json new file mode 100644 index 000000000..bdf53c9d4 --- /dev/null +++ b/vfs-settings.json @@ -0,0 +1,23 @@ +{ + "owner": "3bb4cfbf-318b-44d3-a9d3-35680e738421", + "groups": [], + "acl": [ + { + "path": "components", + "permissions": [ + "read", + "list", + "write" + ], + "userId": "7b7edc7f-aba4-4e7c-a5dc-4da6c22631f9" + }, + { + "path": "/combos/zoe", + "permissions": [ + "read", + "list" + ], + "userId": "authenticated" + } + ] +} \ No newline at end of file