White Lable for File Manager

Hello,

I used white lable feature and it works well(Thank You), but when I enter to “File Manger” I can see “Hestia logo” and “Hestia Control Panel” name on my browser tab. So please white label file manager too.

Best Regards

That’s because you didn’t add your logo in svg format: logo.svg

You could open an issue on GitHub so someone could fix that so File Manager can use the white label name.

If you want to change it now, edit file /usr/local/hestia/web/fm/configuration.php and in $dist_config["frontend_config"]["app_name"] replace File Manager - Hestia Control Panel by the desired name

$dist_config["frontend_config"]["app_name"] = "File Manager - Whatever";

or just execute this command and it will replace it by the current APP NAME that you have defined.

appname=$(v-list-sys-config json | jq -r '.[]|.APP_NAME'); sed -Ei "s/(dist_config.*app_name.*= \")(.*)(\";)/\1File Manager - $appname\3/" /usr/local/hestia/web/fm/configuration.php
2 Likes

Thank you!
Well I have added svg format
Screenshot 2024-09-10 180453

But in File manager my logo didn’t show up but Hestia logo.

But anyway Thank you for solution I’ll try it :slight_smile:

v-update-white-label-logo

And refresh your browser or clean cache.

1 Like

Well, the problem with logo was “favicon.ico”, I forgot to upload it.

And I changed app name from /usr/local/hestia/web/fm/configuration.php

@sahsanu Appreciate!! Thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.