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.

FileBrowser-PNP is not working properly with Unraid

Featured Replies

Problem is : When is change any option or update FileBrower then all setting automatically set default and all user deleted automatically of user management (only show default admin user). maybe database location problem. can me help me regarding this issue.

I am not understand/not finding database location:


Docker Image Updates

The Alpine Docker image has breaking changes from v2.33.0, in order to address multiple issues that have continuously affected multiple users. The changes are as follows:

  • User: File Browser no longer runs as root, but as user with PID 1000 and GID 1000. You can still change this by using Docker's --user flag.

  • Volumes: the volumes with the database and configuration are now aligned with the s6-overlay images. Instead of mounting the files themselves, which leads to frequent issues, you now mount the surrounding directory.

Unfortunately, these are breaking changes and will require updates on your side. Assuming you have a database.db, a .filebrowser.json and the data in /data, do the following:

  1. Change the path of database in .filebrowser.json to /database/filebrowser.db

  2. Rename database.db to filebrowser.db

  3. Rename .filebrowser.json to settings.json

  4. Put them in the same directory locally, let's say /app/filebrowser/

  5. Change the permissions of both directories: sudo chown -R 1000:1000 /app/filebrowser /data

  6. Mount with the flags -v /app/filebrowser:/database -v /app/filebrowser:/config - you can also choose to put them in separate directories, but it is not needed.

If you are still getting errors, please make sure that the paths/volumes you are mounting have read-write permission for user 1000:1000. For more up to date information regarding how you should use the Docker image, check filebrowser.org/installation.html#docker

  • Community Expert

How did you install it? If it's from a template in Apps then check that template's support thread, probably will be documented or have other users mention the requred changes.

Edited by Kilrah

  • 2 weeks later...
  • Author

I have installed it in docker of Unraid
my setting is:

image.png

but file browser log error message is :

image.png

  • 1 month later...

database.pngHey,

click next to Path to Database on Edit. Then change Container Path from /db to /database

Edited by Sepp2Depp

  • 5 weeks later...

This is exactly the solution. I was having a similar issue where the template maps to /db, so the db file was being destroyed every time the container restarted and I'd have to use the temp admin password from the log to re-login.

  • 4 months later...
  • Author

my filebrowser problem not solved

Edited by Nishadul Haque

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.