aiden

Results 28 comments of aiden

I am running filebrowser through OpenMediaVault, so it's a built in plugin. I'll take a crack at your fix and report back.

Some notes about what I have found, in the search for a fix, I have found yet again : `/var/lib/filebrowser/` This contains the following : - Caddyfile - database.db -...

Update: It does not... I really thought this would be **the one**.

I currently have it to the absolute path, `/srv/branding`, still no luck

Yes, I restarted the entire machine every time and disabled caching so it should've updated. I tried `./srv/branding` as well, no luck. The root dir for filebrowser is `/srv`, so...

I just went through and replaced every instance of logo.svg... And still no change. There has to be something I'm missing here.

I'm using the filebrowser plugin through OpenMediaVault, so it's running Debian if I remember correctly. It may be a specific bug to using it this way, that's really all I...

I think it should work as-is though. My filebrowser.json ( as-is from install ): ```json { "port": 8080, "baseURL": "", "address": "", "log": "stdout", "database": "/database.db", "root": "/srv" } ```...