-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Roles #13
Comments
At work we really need different view permissions for various roles (user groups). But since implementing something like that is quite hard, we just setup two independent instances of Droppy instead, one accessible to all employees, while the other is only for board members and such. |
Hey @Tronic do you just have one instance set to read-only and the other not? Would be curious to hear how fine-tuned you would prefer your permissions. |
In our system everyone has full write permissions, and we have automatic snapshots on btrfs in case of accidental deletions. The only real concern is that some documents must be kept confidential, and ideally those could be stored on the same customer folder where other public documents are also stored. |
@markhughes Btw, I really appreciate the work you are doing with droppyjs. Give me your Bitcoin address and I'll send a tip! :) |
Thanks! Really insightful. Would be nice to integrate it with federated/SSO systems (like GSuite, auth0, onelogin, office 365, etc) as well which might help better with managing groups inside an organisation |
@markhughes Now we actually need (self hosted) SSO support. It is not awfully urgent but I definitely second that goal. |
@Tronic I'm rewriting a huge chunk at the moment to allow for this stuff :) |
Create user roles, something like so:
In the future, add support for extended user roles and permissions.
The text was updated successfully, but these errors were encountered: