Grafana Background

I want to change the panel background when embed it to a website but i could only choose dark and light theme. I tried to clone plugin GitHub - yesoreyeram/yesoreyeram-boomtheme-panel: Grafana Panel for adding styles but i didn’t see plugin in Connections.Here is my dockerfile:

version: ‘2’
services:
grafana:
image: grafana/grafana:latest
container_name: grafana-copy
ports:
- 3456:3000
volumes:
- ./ngsild-grafana-datasource:/var/lib/grafana/plugins/ngsild-grafana-datasource:ro
- ./mongodb-grafana:/var/lib/grafana/plugins/mongodb-grafana:ro
- ./grafana-mongodb-datasource:/var/lib/grafana/plugins/grafana-mongodb-datasource:ro
- ./yesoreyeram-boomtheme-panel:/var/lib/grafana/plugins/yesoreyeram-boomtheme-panel:ro
environment:
- GF_DEFAULT_APP_MODE=development
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
- GF_LOG_FILTERS=rendering:debug
- GF_PATHS_PLUGINS=/var/lib/grafana/plugins
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=true
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_SECURITY_ALLOW_EMBEDDING=true
- GF_SERVER_DOMAIN=10.84.240.167

    extra_hosts:
        - "host.docker.internal:host-gateway"

networks:
default:
name: fiware_default
external: true

How can i get the plugin or are there any other ways to change the background ?

When you install it, it adds a new panel option, not a new connection:

1 Like

hi @sowdenraymond , i found it but i can’t add new theme :

i did the configuration as you but it still doesn’t work :



save your panel, and then click on Test on the board, and the background should change

i saved and clicked but nothing changed

Reply to this question: I want to change the panel background when embed it to a website but i could only choose dark and light theme. I tried to clone plugin GitHub - yesoreyeram/yesoreyeram-boomtheme-panel: Grafana Panel for adding styles but i didn’t see plugin in Connections.Here is my dockerfile

**"It looks like you’re trying to customize the panel background beyond the default light and dark themes. If you’ve cloned the yesoreyeram-boomtheme-panel plugin but don’t see it in Connections, ensure the plugin is correctly built and installed in your Grafana instance.

Try the following steps:

  1. Check Plugin Installation: Verify that the plugin is placed in the correct Grafana plugins directory.
  2. Enable the Plugin: If using Docker, ensure the plugin is mounted properly and enabled in grafana.ini.
  3. Build the Plugin: Run yarn install && yarn build inside the plugin directory before restarting Grafana.
  4. Check Logs: Look at Grafana logs for any errors related to loading the plugin.

If you can share your Dockerfile, I can help debug further!"**

Would you like me to refine this further based on your setup? At last i am suggesting you New rabbit platform it has light theme which may help you create your site similar to this.