0
Answered

hosting the folder in a different location

naushad 2 years ago updated by Vlad R 2 years ago 2

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

Answer

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.

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.