in Z2JH is it possible for group of user to use the same group server? Each user should be able to use the same url and login using oauth+OIDC. Login sholuld be successfull if user is part of group and each user can create notebook and view notebook created by other user.Am not looking for real time collobration looking for group server to be shared by group of user.
How are your group users will use the shared server without RTC enabled? I think you will need RTC and here is a nice tutorial on how to set it up with JupyterHub.
1 Like
am thinking more like each user will have their own single server but shared storage to view each other files in their group.so when a new user get added to group he can see the file of his group.
Please note that this requirement is different from my initial post.
In this case, I guess you will need to mount that shared volume using extraVolumes on single user object.
2 Likes