From 4d4fab391cbdeb73f804a532aa81e5b9ab5a0b27 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:57:16 -0800 Subject: [PATCH] Documentation: clarify URL port for netalertx widget version 2 --- docs/widgets/services/netalertx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/netalertx.md b/docs/widgets/services/netalertx.md index a67de624c..44775fb87 100644 --- a/docs/widgets/services/netalertx.md +++ b/docs/widgets/services/netalertx.md @@ -19,7 +19,7 @@ Provide the `API_TOKEN` (f.k.a. `SYNC_api_token`) as the `key` in your config. ```yaml widget: type: netalertx - url: http://ip:port + url: http://ip:port # use backend port for widget version 2+ key: yournetalertxapitoken version: 2 # optional, default is 1 ```