grafana / grafana-kiosk

Kiosk Utility for Grafana
Apache License 2.0
362 stars 59 forks source link

Optionally allow Chromium Addons #136

Open yulipumal opened 3 months ago

yulipumal commented 3 months ago

Unfortunately, currently Chromium addons are disabled in grafana-kiosk. Chromium addons would be very handy for some additional features for grafana and the input.

Addons are active, if chromium is started directly from cli chromium-browser --kiosk $url

briangann commented 3 months ago

will take a look, incognito mode might be doing this

aholen commented 1 month ago

Also the UserDataDir is different for every startup, so I think that needs to be fixed to persist addons https://github.com/grafana/grafana-kiosk/issues/124