Documentaiton: clarify backend port usage in NetAlertX widget docs

This commit is contained in:
shamoon
2026-01-19 07:46:11 -08:00
parent 1c504bc350
commit d6dde5fc41

View File

@@ -19,7 +19,7 @@ Provide the `API_TOKEN` (f.k.a. `SYNC_api_token`) as the `key` in your config.
```yaml ```yaml
widget: widget:
type: netalertx type: netalertx
url: http://ip:port url: http://ip:port # backend port
key: yournetalertxapitoken key: yournetalertxapitoken
version: 2 # optional, default is 1 version: 2 # optional, default is 1
``` ```