
0
Answered
hosting the folder in a different location
Is there anyway that i host the home folder in a shared hosting and place the path in the filerun hosted somewhere else?
Answer

hello, i have filerun running on docker (compose).
my volumes looks like:
volumes:
- $PWD/data:/var/www/html
- $PWD/userdata:/user-files
i have mounted my NAS NFS to the docker host in /mnt/nas-data
$PWD is /mnt/nas-data/400/filerun
under 400 i run my docker host
i hope it helped you
kind regards H-BLOGX

Answer
Answered
As mentioned above, the only way to manage files stored on a different server is to mount the remote share as a local folder. Then you can manage the mounted folder with FileRun.
Customer support service by UserEcho
As mentioned above, the only way to manage files stored on a different server is to mount the remote share as a local folder. Then you can manage the mounted folder with FileRun.