1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-22 18:06:11 +00:00

doc: cosmetic update on Traefic documentation

This commit is contained in:
Bastien Wirtz 2025-09-21 14:44:44 +02:00
parent a36634c237
commit 1f2c2058f6

View file

@ -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 <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