-
Notifications
You must be signed in to change notification settings - Fork 87
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
Set storage quota per group folder #17
Comments
That would be perfect! We could use this in our organisation for a public team folder that is already shared with the whole team. |
Fixed with 5ba3961 |
This was referenced Feb 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be able to set a per folder storage quota would be a very helpful feature.
This should be independent from the overall user quota.
Example:
User A - assigned 25GB overall (per user) storage quota.
User B - assigned 0GB (no) overall (per user) storage quota.
User C - assigned 0GB (no) overall (per user) storage quota.
Users A and B belong to the group "dataStorage".
User C belongs to the group "programmer".
Group folder "filespace" is accessible to groups "dataStorage" and "programmer".
The newly requested feature per folder limit is set to 100GB for "filespace".
All users can independently upload to "filespace" until the folders content reaches the limit of 100GB.
User A can upload another 25GB outside the "filespace" folder only.
Users B and C can upload only to "filespace" (or to other additional folders with free per folder quota).
Similar discussion for group storage quotas can be found here:
nextcloud/groupquota#51
The text was updated successfully, but these errors were encountered: