feat: Admin-shared files/folders in multi-user Open Terminal mode #23299
FujinoXiao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
feat: Admin-shared files/folders in multi-user Open Terminal mode
Is your feature request related to a problem? Please describe.
In the built-in multi-user mode (
OPEN_TERMINAL_MULTI_USER=true), each user is fully isolated — they can only see files in their own/home/{user-id}directory. This is great for privacy, but there is no way for an administrator to share common files (scripts, datasets, configs, templates, etc.) with all users. Currently, the admin would have to manually copy files into each user's home directory, which doesn't scale.Describe the solution you'd like
A shared directory mechanism, for example:
/sharedor/home/sharedthat is read-only for regular users and writable by administrators.Use cases
.env.example, onboarding guides, etc.).Why not use per-user containers (Terminals)?
Per-user containers (enterprise feature) solve isolation but add complexity and cost. For small teams using the built-in multi-user mode, a lightweight shared folder would cover 80% of the collaboration needs without requiring the enterprise tier.
Beta Was this translation helpful? Give feedback.
All reactions