nextcloud / groupfolders

๐Ÿ“๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
https://apps.nextcloud.com/apps/groupfolders
286 stars 87 forks source link

Automatic Group Folder Creation for Groups #312

Open lreiher opened 5 years ago

lreiher commented 5 years ago

Hi,

thanks for the great work on Group Folders! I was wondering whether it's possible to add a feature, where a default group folder would be created automatically for each group in Nextcloud. I'd like to create a new group of users in my LDAP backend and automatically have a folder for that group in Nextcloud.

JensPfeifle commented 5 years ago

:+1: We would love to have this as well!

chrsch commented 5 years ago

We would love to see this feature as well :-)

rsd commented 4 years ago

+1

yodatak commented 1 year ago

Could we do a occ script to make these ? like list the group then

sudo -u nextcloud php8.2 -f /var/www/html/XXXXX/occ group:list --output=json | jq '. | keys'

and then create a groupfolders for all groups occ groupfolders:create then with the folder_id occ groupfolders:group

but it not pratical at all :/

wrenix commented 1 year ago

@yodatak thanks for your hint - i belive i create a cronjob for it (but that, i whish i could get quota attributes by ldap)