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: widget:
type: pfsense type: pfsense
url: http://pfsense.host.or.ip:port url: http://pfsense.host.or.ip:port
username: user # optional- use if avoiding api keys (headers) username: user # optional- for use instead of headers/Authorization (API keys)
password: pass # optional- use if avoiding api keys (headers) password: pass # optional- for use instead of headers/Authorization (API keys)
headers: # for use with API keys instead of username/password headers: # optional- for use with API keys instead of username/password
Authorization: client_id client_token Authorization: client_id client_token
wan: igb0 wan: igb0
``` ```

Loading…
Cancel
Save