docs icon indicating copy to clipboard operation
docs copied to clipboard

📄 Who doesn't like documentation?

Results 22 docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi Guys. I have filebrowser accessible via nginx reverse proxy as a location. The download speeds are ridiculously slow when doing this. 4 hours to download a 2GB file. I...

when shared folder is renamed the share path is not updated. and there is no option to edit from share management

Dear all, for some reason, it seems that the config file settings (address, port) are ignored. config file: ``` Sign up: false Create User Dir: false Auth method: json Shell:...

In Command runner, I need to do some actions on file after their upload, as explained in documentation, I use environment variables FILE, but I have the following error in...

Would be great to have a more detailed log-level to track user-logins and actions he performed (for security reasons).

**Description** I'm using filebrowser behind an Apache2 reverse proxy. Before I used `filebrowser --port 8675 --scope files/ --prefixurl=/files` to run filebrowser and it worked perfectly, but after updating to the...

First of all: File Browser is great! The UI feels real good and the feature set is consistent and matches my needs. 👍 I've tried to control which files and...

Some machines don't have `/etc/mime.types` installed by default, making `mime.TypeByExtension` likely to fallback to `blob` on most files and therefore will be shown as `insert_drive_file` in the frontend. https://github.com/filebrowser/filebrowser/blob/6e1c6a4a8cb1fecfeddf10ada67618c90912336d/file.go#L214 See...

see https://github.com/filebrowser/docs/issues/54

compare https://github.com/filebrowser/docs/blob/master/installation.md?plain=1#L65 with a few lines above. wrong (alpine): -v /path/filebrowser.db:/database.db \ correct (linuxserver): -v /path/to/filebrowser.db:/database/filebrowser.db \ it's wrong, because it maps the db file to a file in the...