OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: spetrillo on August 11, 2024, 05:33:02 PM

Title: Speedtest Widget
Post by: spetrillo on August 11, 2024, 05:33:02 PM
Hello all,

Is the Speedtest widget going to make a comeback with the new dashboard?

Thanks,
Steve
Title: Re: Speedtest Widget
Post by: Monviech (Cedrik) on August 11, 2024, 05:37:22 PM
Well somebody has to code one if it should make a comeback.
Title: Re: Speedtest Widget
Post by: DoubleSpeed on January 09, 2025, 06:29:44 PM
Is there a developer guide on how to add/integrate a dashboard widget?
Title: Re: Speedtest Widget
Post by: Monviech (Cedrik) on January 09, 2025, 07:10:17 PM
https://docs.opnsense.org/development/frontend/dashboard.html#dashboard-widgets

A good example of a widget with buttons to click is the IpsecTunnels.js or Services.js widgets.

Generally you want a plugin that exposes an API to use for the widget.

So the cleanest would be a speedtest plugin + companion widget.