Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] knex666 - FileBrowser

Featured Replies

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.

 

ycUPLRm.png

 

 

Going to that link took me here:

LHa3jJi.png

 

Trying to remove the https from the url takes me to here, which is just a blank page, it seems:

 

FK7FafL.png

Edited by MostHated

  • 2 weeks later...
  • Replies 250
  • Views 82k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • leejbarker
    leejbarker

    Hi knex666...   Don't suppose you could provide a little bit more detailed install / conf instructions for the novice pls?   No worries if not!   Thanks   Lee

  • you have mounted that folder to /config ? or where?  /mnt/usr/appdata/filebrowser shoud be mounted to /db than /config is in /db/config yes like this https://github.com/filebrowser/fr

  • may try this     should solve the most issues ...

Posted Images

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.

  • 3 months later...

I keep getting 500 server error when trying to move a folder. What could be the issue? 

Edited by sdballer

  • 4 weeks later...

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?

 

  • 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

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?

  • 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

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)?

  • 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/

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?

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 !

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 by REllU

may try this

 

image.png.d64a5b1cb1df16fad8496a9c47dd0541.png

 

should solve the most issues ...

8 hours ago, alturismo said:

may try this

 

image.png.d64a5b1cb1df16fad8496a9c47dd0541.png

 

should solve the most issues ...

OK Thanks !

Edited on "Advanced View", added "--user 99:100" on "Extra Parameters:" rules for me !

Edited by PicPoc

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 by PicPoc

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.

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 by PicPoc

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 ...

 

image.thumb.png.5ca8d958ec437549eb4406628165c9ff.png

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. :)

23 hours ago, alturismo said:

may try this

 

image.png.d64a5b1cb1df16fad8496a9c47dd0541.png

 

should solve the most issues ...

 

This seems to have done the trick for me, thanks!

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?

  • 4 weeks later...

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 by MendipMan

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;
	}

 

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?

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.