grafana / grafana-kiosk

Kiosk Utility for Grafana
Apache License 2.0
355 stars 57 forks source link

Support for Firefox #13

Open Bruce17 opened 4 years ago

Bruce17 commented 4 years ago

Hi,

I'm using openSUSE/SLES as OS on top of RPI 3b+. It is impossible to get Chromium up and running due to all its dependencies.

Firefox is installed by default. Can you provide for Firefox as well?

GeertJohan commented 4 years ago

I think this is highly unlikely to happen as this tool uses chromedp, the chromium devtools protocol. It allows grafana-kiosk to control chromium via an API. chromedp doesn't support firefox (or: firefox doesn't support the chromium devtools protocol) See https://github.com/chromedp/chromedp/issues/470

briangann commented 4 years ago

If there's an equivalent sdk for firefox I'd be happy to implement.

briangann commented 4 years ago

this may be an option: https://agouti.org/#reference

briangann commented 1 year ago

would like to explore this a bit more, there could be equivalent sdk/api calls now for firefox