kd2org / karadav

Lightweight NextCloud compatible WebDAV server
https://fossil.kd2.org/karadav/
GNU Affero General Public License v3.0
155 stars 14 forks source link

Karadav: Option to use shared directories between users #40

Closed ZsnZeeshan closed 1 year ago

ZsnZeeshan commented 1 year ago

The idea is to use a symbolic link after creating a directory to share it between 2 or greater users. This will enable the users to share common directories of similar interests.

bohwaz commented 1 year ago

You can already do that manually, but there will be no UI in Karadav to do that sorry, as it implies having to manage rights: who has the right to create a symlink, and to whom, etc. And it's a quite some work to add this.