hurlenko / filebrowser-docker

🐳 filebrowser inside Docker container
275 stars 28 forks source link

Change title of home page #30

Open pigate-eu opened 1 year ago

pigate-eu commented 1 year ago

Hi,

I want to change the first word of title of the home page after login. Now the title is "data - Files - File Manager". I want the "data" word to be "Home" how I can change this word? On filebrowser/filebrowser docker container image I change the root path "srv" to "Home" on settings.json inside of container and automatically the title become "Home - Files - File Manager". Here is any trick?

Thank you