Mountpoint for incoming shares

I would like to change all the incoming shares from

/

to

/Shared-with-me/

Is that possible?

1 Like

There is only a global setting for your config.php:

/**
 * Define a default folder for shared files and folders other than root.
 */
'share_folder' => '/',
1 Like