May 1, 20215 yr The plugin links to a dead site/domain, it looks like? At one point, there was a logo of some type, but it was very generic and had a message about the domain, but it only showed up one time. I refreshed and had not seen it since. Going to that link took me here: Trying to remove the https from the url takes me to here, which is just a blank page, it seems: Edited May 1, 20215 yr by MostHated
May 16, 20215 yr Hi! I'm using this FileBrowser docker image. I've used the flag --user 99:100 but since umask is 0022 instead of unraid's default 0000, any file/folder created using FileBrowser can only be written by user "nobody". This means that when accessing my shares via SMB I cannot edit the files or directories created in FileBrowser. Is there any way to change the default umask value in the container? I know some images have this option built in, but it is not the case with this one.
September 5, 20214 yr I keep getting 500 server error when trying to move a folder. What could be the issue? Edited September 5, 20214 yr by sdballer
October 4, 20214 yr Is this Docker only for share/manage Files in my Homenetwork? Or can i use it to share over the Internet and if jes, what is with https?
October 4, 20214 yr Author 1 hour ago, schoppehermann said: Is this Docker only for share/manage Files in my Homenetwork? Or can i use it to share over the Internet and if jes, what is with https? yes - use a reverse proxy
October 4, 20214 yr On 5/16/2021 at 11:16 AM, gafka said: Hi! I'm using this FileBrowser docker image. I've used the flag --user 99:100 but since umask is 0022 instead of unraid's default 0000, any file/folder created using FileBrowser can only be written by user "nobody". This means that when accessing my shares via SMB I cannot edit the files or directories created in FileBrowser. Is there any way to change the default umask value in the container? I know some images have this option built in, but it is not the case with this one. Did you find a way to get this working?
October 4, 20214 yr Author 7 hours ago, REllU said: Did you find a way to get this working? Yep thats very weak. I am running a chron script that edits my filerights every some minutes. Thats not good but good enough
October 5, 20214 yr 21 hours ago, knex666 said: yes - use a reverse proxy Is ist possible to enable https and use it secure to share Data without a Reverseproxy (temporarily)?
October 5, 20214 yr Author 1 hour ago, schoppehermann said: Is ist possible to enable https and use it secure to share Data without a Reverseproxy (temporarily)? dont think so. ask @ https://filebrowser.org/
October 5, 20214 yr 15 hours ago, knex666 said: Yep thats very weak. I am running a chron script that edits my filerights every some minutes. Thats not good but good enough Hah, that would actually be good enough for our use, as 95% of the time we're using the files through SMB, and only 5% (whenever someone is working from home, and they're creating new folders) is used with FileBrowser. Mind sharing the script you did?
October 13, 20214 yr On 5/16/2021 at 10:16 AM, gafka said: Hi! I'm using this FileBrowser docker image. I've used the flag --user 99:100 but since umask is 0022 instead of unraid's default 0000, any file/folder created using FileBrowser can only be written by user "nobody". This means that when accessing my shares via SMB I cannot edit the files or directories created in FileBrowser. Is there any way to change the default umask value in the container? I know some images have this option built in, but it is not the case with this one. Hi !! How did you fixed the problem ? If it's fixed... Thanks !
October 19, 20214 yr On 10/13/2021 at 11:35 AM, PicPoc said: Hi !! How did you fixed the problem ? If it's fixed... Thanks ! On 10/4/2021 at 7:42 PM, knex666 said: Yep thats very weak. I am running a cron script that edits my filerights every some minutes. Thats not good but good enough I don't know what the script is though, but probably shouldn't be too hard to create one on your own 🤷♂️ Edited October 19, 20214 yr by REllU
October 19, 20214 yr 8 hours ago, alturismo said: may try this should solve the most issues ... OK Thanks ! Edited on "Advanced View", added "--user 99:100" on "Extra Parameters:" rules for me ! Edited October 19, 20214 yr by PicPoc
October 19, 20214 yr Another problem How can force 'chmod' to 666 ? FILEBROWSER writes by default 755 and files are not writable by users. And did you know how hide "Settings" (only) for users ? Thanks !! Edited October 19, 20214 yr by PicPoc
October 19, 20214 yr 41 minutes ago, PicPoc said: How can force 'chmod' to 666 ? FILEBROWSER writes by default 755 and files are not writable by users. may start reading the official docs, this docker runs as root i assume (i use my own template), but there are options to run after each event, so you can easily chmod files automatically. https://filebrowser.org/configuration/command-runner by default all smb users should be able to work with these files, but i assume u use personalized user shares, so may read the docs to figure it out.
October 19, 20214 yr Yep' I see. We can use for SaMBa : create mask = 0666 directory mask = 0777 force create mode = 0666 force directory mode = 0777 But I would prefer to adjust FileBrowser. I don't understand how command-runner works ! Edited October 19, 20214 yr by PicPoc
October 20, 20214 yr 6 hours ago, PicPoc said: I don't understand how command-runner works ! rather say you too lazy to read the page ... here an idea to make them 777 ...
October 20, 20214 yr Yaaaa ! Thanks ! I understand now. The difficulty was to understand how to make the sentence. Thanks to you, it is now very clear. For "After Upload", I use : chmod 0666 $FILE Great ! and thanks again.
October 20, 20214 yr 23 hours ago, alturismo said: may try this should solve the most issues ... This seems to have done the trick for me, thanks!
October 23, 20214 yr I cannot for the life of me get custom branding to work. Ive created a folder and have verified its mounted in the docker container. /config/img/icons. I have a png formatted to 150x150, a svg and the XML file with an updated reference to the png. Any help?
November 19, 20214 yr Hi, I have Filebrowser working fine locally but I cant work out how to expose it to the internet. I have SWAG and duckdns configured correctly for radarr and http://domain/radarr works fine. Did the same for Filebrowser but when I go to http://domain/filebrowser I just get the default SWAG page. I have changed the network type to custom - proxynet from custom - br0. Whats the correct address for connecting over the internet? Edited November 19, 20214 yr by MendipMan
November 19, 20214 yr here a working sample from a subfolder setup while filebrowser is on its custom br0 own ip # files does not require a base url setting location ^~ /files/ { auth_basic off; allow all; # Allow all to see content # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; set $upstream_filebrowser 192.168.178.222; proxy_pass http://$upstream_filebrowser; proxy_buffering off; access_log off; }
November 19, 20214 yr Hi, Thanks for the reply but I wouldnt know the first place to start with that. I assumed it would just be a case of pointing it to the right web address and all would be good. Would it be possible to flesh that out a bit for a linux noob if you have time?
November 19, 20214 yr 2 hours ago, MendipMan said: for radarr and http://domain/radarr works fine. well, you made it for radarr ... so, just put another subfolder file in your proper destination and enter the values ?
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.