Oleg Lobanov

Results 63 comments of Oleg Lobanov

You can find the docker run command in the [docs](https://filebrowser.org/installation#docker)

You need to fix your database file permissions. I can confirm that it works with no issues ``` $ touch filebrowser.db $ docker run -v $(pwd)/filebrowser.db:/database.db -u $(id -u):$(id -g)...

Can't reproduce it on the latest version. Please share your server logs

To open a file, you need to download it on the client-side that conflicts with a download permission

I think better would be to create a small window which displays current queue. Something like that

Checkout my refactoring commit. I think it should look something like that. I tested Duck.gltf from examples and it doesn't work properly. it tries to access Duck.bin and DuckCM.png without...

Do you mean to add a quota? Because filebrowser does not set disk usage quotas

I think there should be a better solution instead of setting the height for all the browsers. Also when the panel is hidden, the media bar jumps up to the...

This feature adds a dependency on CGO. With that our existing release pipeline will be broken. It cannot be merged without rewriting the build pipeline to support CGO cross-compilation.

Filebrowser is supposed to run in a server environment with no desktop UI. In addition, Filebrowser is a cross-platform application, and we cannot be tied to specific OS implementations.