Display a random waifu on your dashboard!
(Inspired by: nya (The Beat Saber mod))
The images are pulled from: waifu.pics
I do not own any of the images or have control of them. It's from their API.
On line 11 of the HTML, you can edit the url params to what you like.
See waifu.pics/docs for more info.
You will need to edit the following config values for Grafana:
For env:
GF_PANELS_DISABLE_SANITIZE_HTML=true
GF_SECURITY_ALLOW_EMBEDDING=trueFor grafana.ini:
[security]
allow_embedding = true
[panels]
disable_sanitize_html = true2 ways to install the panel:
- Go to panel.json and copy the contents
- Then create a new Text visualisation
- Inspect the panel json, and paste it in there
- Go to panel.html and copy the contents
- Then create a new Text visualisation
- Under Text Mode, select HTML
- Then paste in the code
