Best way / good practice to customize Grafana UI?


Running such command RUN find /usr/share/grafana/public/build/ -name *.js -exec sed -i 's|"AppTitle","Grafana")|"AppTitle","Star Application")|g' {} \; to update the UI is actually not cool, any better tips?

@futur3 Grafana build dist files with random names. You can update a specific file only for a specific version build.

We use customization in our commercial projects and I have not heard about any issues from the Community since we published this article years ago.

This is the latest blog for Grafana 11:

How do I render different login page designs based on different subdomains?

@futur3 It’s not supported out of the box in Grafana.

In one of our projects we deploy containers for each customer/subdomain with it’s own volume of graphics and images.