Give user access to volumes
- 
This would enable the use case where I want to give an individual the ability to upload to a volume (to host a Jellyfin instance for them without overhead by me.
I could see this extended to more fine-grained admin-like access per app as well.
 - 
This would enable the use case where I want to give an individual the ability to upload to a volume (to host a Jellyfin instance for them without overhead by me.
I could see this extended to more fine-grained admin-like access per app as well.
 - 
This would enable the use case where I want to give an individual the ability to upload to a volume (to host a Jellyfin instance for them without overhead by me.
I could see this extended to more fine-grained admin-like access per app as well.
 - 
@atrilahiji couldn't you just share this volume between jellyfin and a surfer app install?
@fbartels how would that work? You mean mount the volume in surfer and upload new files to it using surfer too? when I did a quick test of adding a volume to surfer I couldn't actually see the files in the volume anywhere. Perhaps I need to test some more...
 - 
@fbartels how would that work? You mean mount the volume in surfer and upload new files to it using surfer too? when I did a quick test of adding a volume to surfer I couldn't actually see the files in the volume anywhere. Perhaps I need to test some more...
 - 
Surfer currently does not make any use of volumes. It can only serve up a single place from
/app/data/public
This may be something to add to surfer, but I am not sure how to implement that without making it more confusing.