Hi,
I was wondering if changing the background color for the login screen is still possible in grafana OSS v11. I am following this tutorial, but when I apply the changes, the background for the login page doesn’t change.
Am I doing something wrong, or is it simply not possible anymore in grafana v11.
yea, I was just folliwing one of their tutorials, still no changes. I am currently trying to replace the backgrounds (light and dark) and the big logo in the middle.
I run these commands
ubuntu@ip-123-45-67-890:~/test$ sudo cp g8_login_dark.svg /usr/share/grafana/public/img/g8_login_dark.svg
ubuntu@ip-123-45-67-890:~/test$ sudo cp g8_login_light.svg /usr/share/grafana/public/img/g8_login_light.svg
ubuntu@ip-123-45-67-890:~/test$ sudo cp grafana_icon.svg /usr/share/grafana/public/img/grafana_icon.svg
ubuntu@ip-123-45-67-890:~/test$ sudo systemctl restart grafana-server
I don’t see any changes when visiting my grafana instance.
edit: this worked, suddenly the changes got applied