[SUPPORT] UNRAIDES - FILERUN


Recommended Posts

BANNER-FOROS-UNRAIDES.thumb.png.ff7b8d2df008cdf6ebe2682dccb668b7.png

 

Application: Filerun - https://filerun.com/

Docker Hub: https://hub.docker.com/r/unraides/filerun

 

Please post any questions relating to this docker you have in this thread.

 

This docker has the advantage that it uses the user and group that have by default unraid, so you can move and create files easily because it will work transparently with samba and you will not have permissions problems.

 

  • Like 5
Link to comment
  • 3 weeks later...
  • 4 weeks later...

Thank you very much for this container, I love it!

I just have one question: I've got it working with my local Unraid data pool based on HDDs (slow). I'd like to also mount the ZFS pool provided by my Truenas VM which is currently shared via SMB. SMB share is fully set up and mounted in Unraid, but how can I make it accessible to Filerun? I don't feel comfortable giving Filerun access to all of /mnt just to achieve that...

Cheers in advance for any input!

Link to comment
  • 3 months later...
On 11/24/2022 at 8:10 PM, chrismuc said:

Thank you very much for this container, I love it!

I just have one question: I've got it working with my local Unraid data pool based on HDDs (slow). I'd like to also mount the ZFS pool provided by my Truenas VM which is currently shared via SMB. SMB share is fully set up and mounted in Unraid, but how can I make it accessible to Filerun? I don't feel comfortable giving Filerun access to all of /mnt just to achieve that...

Cheers in advance for any input!

config.php add :


<?php 
umask(000);
$config['app']['hidden_folder_names'][] = "appdata";
$config['app']['hidden_folder_names'][] = "appdata-backup";
$config['app']['hidden_folder_names'][] = "isos";
$config['app']['hidden_folder_names'][] = "domains";
$config['app']['hidden_folder_names'][] = "system";
?php>

 

Link to comment

Hi, i got a issue.


I installed the container with a ip what i have changed .

I changed the ip correct in the container, but filerun can not connect. I got this failure.

 

"Database error: SQLSTATE[HY000] [2002] No route to host"

 

Filerun Container:

 

Filrerun Container.JPG

 

mysql container:

 

mysql container.JPG

 

I also changed the autoconfig.php, but still no route.

What is wrong? How can i fix it?

 

Edited by sanobi
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.