mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-22 18:06:11 +00:00
update customeservices docs
This commit is contained in:
parent
ee152fd202
commit
a36634c237
1 changed files with 7 additions and 4 deletions
|
|
@ -712,11 +712,14 @@ Displays the number of currently queued items for transcoding on your Tdarr inst
|
|||
Displays Traefik.
|
||||
|
||||
```yaml
|
||||
- name: Traefik
|
||||
type: Traefik
|
||||
logo: assets/tools/sample.png
|
||||
url: http://traefik.example.com
|
||||
- name: "Traefik"
|
||||
type: "Traefik"
|
||||
logo: "assets/tools/sample.png"
|
||||
url: "http://traefik.example.com"
|
||||
basic_auth: "admin:password"
|
||||
```
|
||||
- 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".
|
||||
|
||||
## Truenas Scale
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue