dguerrero
dguerrero
SSolara
Created by dguerrero on 11/4/2024 in #questions-issues
Is there a way to manage multi-user storage?
I work on a system where we allow users to start AWS instances and use them to run jupyter notebooks and/or voila apps, basically, once the instance starts, we mount the user file system and they can run their workflows on their environments. There's a couple of modules that we would like to move from voila, to Solara, we would like to create a custom docker container where we would launch the Solara app... the problem is that we'd like to have user's storage independent, so if an user (that we know who is) launches the tool, they ideally will only have access to an specific folder in the server where Solara is running, but we need to make sure that they cannot see different user's info.... From the point of view of Solara, is there any use case where you have already implemented something similar? is there any application you think might help to achieve this?
1 replies