-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Would it be possible to consider "multiple accounts" within one (Docker or similar) instance.
E.g. I may have mounted "drive1/" but will keep that not visible.
Then create a share called "dog pics" (data source "drive1/dogpics" and protect it with a password woof. I get a URL to share.
Ditto for "cat pics" (data surce "drive1/catpics")
Then "animal pics" (data source "drive1/dogpics" and "drive1/catpics") presently in a sort of union affair.
Result = 3 "public" addresses with an optional password (x3).
Bonus but less critical if individual users can be created and then selecting what directories they can see.
This adds more "filebrowser" behaviour here.
I am aware I could spin up 3 Docker instances, or more, to achieve this in part (not the union, unless I use rclone to join the data sources and then expose the union), but I am presuming this creates greater server load and resource usage.
Tks