Install a custom grafana version

hi,

I want to install a certain custom version made by a github user (pmint93).
He posted this to github some time ago:

(GitHub - pmint93/grafana at embedded-kiosk-mode)

v9.0.4: (Commits · pmint93/grafana · GitHub)
v8.2.7: (GitHub - pmint93/grafana at v8.2.7-embedded-kiosk-mode)

I want to install his version of grafana via a linux terminal, but I don’t know how.

Does anyone know how?

Or does anybody know how I can have a grafana installation where I can enable kiosk mode and still have a time selector?

Grafana 11 has Scenes-powered dashboards where time selector is on the same row as variables:

I am running my grafana server on an EC2 instance and I am sure The version is 11.

image

in the article you provided, they talk about a whole new way of editing dashboards (view mode / edit mode) but seems different on my grafana page.

How do I get such a “scenes-powered dashboard”?

Enable dashboardScene feature toggle in settings file:

[feature_toggles]
enable = dashboardScene 

scenes-powered dashboard

grafana 11

1 Like

Dude, nice got it

been struggling for weeks, didn’t know they finally listened wen releasing grafana v11.