From 1f2c2058f6b043c29120a48894ea6dc484ec0112 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 21 Sep 2025 14:44:44 +0200 Subject: [PATCH] doc: cosmetic update on Traefic documentation --- docs/customservices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customservices.md b/docs/customservices.md index 88d04b9..8ef2dc1 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -716,10 +716,10 @@ Displays Traefik. type: "Traefik" logo: "assets/tools/sample.png" url: "http://traefik.example.com" - basic_auth: "admin:password" + # basic_auth: "admin:password" # (Optional) Send Authorization header. ``` -- Authentication: If BasicAuth is set, credentials will be encoded in Base64 and sent as an Authorization header (Basic ). -- Format: The value must be formatted as "admin:password". + +**Authentication**: If BasicAuth is set, credentials will be encoded in Base64 and sent as an Authorization header (`Basic `). The value must be formatted as "admin:password". ## Truenas Scale