UnRAID_ES Posted October 12, 2022 Share Posted October 12, 2022 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. 5 Quote Link to comment
PCR Posted October 13, 2022 Share Posted October 13, 2022 Can you make a step by step guide with the database? Quote Link to comment
EUGENI_CAT Posted October 13, 2022 Share Posted October 13, 2022 7 minutes ago, PCR said: Can you make a step by step guide with the database? Hello PCR, We are finalizing a video tutorial illustrating how to set up FileRun + DB. It will be posted on our YouTube channel ( https://www.youtube.com/c/UnRAIDES ). Best regards 😎 Quote Link to comment
ph0b0s101 Posted October 13, 2022 Share Posted October 13, 2022 Any chance for english translation or written instructions? 1 Quote Link to comment
jortan Posted October 29, 2022 Share Posted October 29, 2022 On 10/13/2022 at 11:34 PM, ph0b0s101 said: Any chance for english translation or written instructions? You can turn on closed captions, and then enable translation to english in the video settings - was pretty easy to follow: Thanks for this @UnRAID_ES Quote Link to comment
fwiler Posted October 30, 2022 Share Posted October 30, 2022 Thanks, and nice job on tutorial. So many settings I would have screwed up if I hadn't watched this. Quote Link to comment
Joly0 Posted November 1, 2022 Share Posted November 1, 2022 Can this be used as a drop in replacement for the official filerun container? I dont want to mess up my files but would like to access them via smb Quote Link to comment
chrismuc Posted November 24, 2022 Share Posted November 24, 2022 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! Quote Link to comment
insomnia417 Posted March 4 Share Posted March 4 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> Quote Link to comment
sanobi Posted March 9 Share Posted March 9 (edited) 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: mysql container: I also changed the autoconfig.php, but still no route. What is wrong? How can i fix it? Edited March 9 by sanobi Quote Link to comment
Recommended Posts
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.