doc: cosmetic update on Traefic documentation

pull/984/head
Bastien Wirtz 2025-09-21 14:44:44 +02:00
parent a36634c237
commit 1f2c2058f6
1 changed files with 3 additions and 3 deletions

View File

@ -716,10 +716,10 @@ Displays Traefik.
type: "Traefik" type: "Traefik"
logo: "assets/tools/sample.png" logo: "assets/tools/sample.png"
url: "http://traefik.example.com" 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 <encoded_value>).
- 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 <encoded_value>`). The value must be formatted as "admin:password".
## Truenas Scale ## Truenas Scale