Cubby access to mounted volume
-
Hi,
I had this short question:
While we can mount additional volumes to the app via the cloudron admin interface, is there a way to access the mounted volume through the cubby webapp / webdav interface?
I have not found a way so far but maybe I am missing something.
Many thanks,
-
@nebulon I am actually just trying to access (transfer files) a mounted volume via either Webdav, SMB, SFTP or S3. I was hoping to use one of the "light" (e.g. not nextcloud or wordpress) app from Cloudron to do so, but so far no cigar..
I have tried Surfer, Cubby, LAMP -Next on the line is Minio to see if this is possible. However you might have another idea/trick in mind?
Many thanks again,
-
Volumes are quite special for most apps, as many apps only work from a single data root which is usually somewhere in
/app/data/
so webdav or so provided by the app usually does not work.I guess instead of using an app as a workaround you really would need other protocols for the volume, not the app to access the filesystem of that?