From 0fd4ac17cde55bfd606060fdc464472c06d2cb4d Mon Sep 17 00:00:00 2001 From: Brandon McFarlin <6525520+Brandawg93@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:58:56 -0500 Subject: [PATCH] Documentation: add auth documentation to PeaNUT (#4803) --- docs/widgets/services/peanut.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/widgets/services/peanut.md b/docs/widgets/services/peanut.md index eca349b9..33a998e5 100644 --- a/docs/widgets/services/peanut.md +++ b/docs/widgets/services/peanut.md @@ -20,4 +20,6 @@ widget: type: peanut url: http://peanut.host.or.ip:port key: nameofyourups + username: username # only needed if set + password: password # only needed if set ```