Embedding a website in a Grafana dashboard panel

Hi guys, I need your help. I need to integrate a website (iframe) within a Grafana dashboard. I set allow_embedding = true, then I created a new text panel, selected html mode and inserted: unfortunately, however, I don’t see the site but only the writing

What am I doing wrong?

I also set disable_sanitize_html to true

1 Like

Working through the same issue. Running in a local build, I understand the risk involved… just want to see what’s possible with the tool. (Mostly I just want to embed my octopi webcam!)

Use the “Text” panel. Set Display->Mode->HTML in panel settings and add in panel content editor.

If your grafana is hosted on https then you can only embed https content…