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:
parent
a36634c237
commit
1f2c2058f6
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue