From b359a4e920a3aaca21e7f7b6e29ee1a53f0b2c7e Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Mon, 15 Sep 2025 12:08:51 +0200 Subject: [PATCH] Allow write access to disk, because it's restricted by IAM policies --- app/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/api.go b/app/api/api.go index 1f5aa7c0..6b35eb79 100644 --- a/app/api/api.go +++ b/app/api/api.go @@ -1432,7 +1432,7 @@ func (a *api) start(ctx context.Context) error { { Name: a.diskfs.Name(), Mountpoint: "", - AllowWrite: false, + AllowWrite: true, EnableAuth: false, Username: "", Password: "",