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: "",