added pfsense api key auth docs & example

pull/3145/head
zmweske 2 months ago
parent e4c73a9262
commit 7b24e36d19

@ -21,9 +21,9 @@ Allowed fields: `["load", "memory", "temp", "wanStatus", "wanIP", "disk"]` (maxi
widget:
type: pfsense
url: http://pfsense.host.or.ip:port
username: user # optional- use if avoiding api keys (headers)
password: pass # optional- use if avoiding api keys (headers)
headers: # for use with API keys instead of username/password
username: user # optional- for use instead of headers/Authorization (API keys)
password: pass # optional- for use instead of headers/Authorization (API keys)
headers: # optional- for use with API keys instead of username/password
Authorization: client_id client_token
wan: igb0
```

Loading…
Cancel
Save