mirror of https://github.com/bastienwirtz/homer
update customeservices docs
parent
ee152fd202
commit
a36634c237
|
@ -712,11 +712,14 @@ Displays the number of currently queued items for transcoding on your Tdarr inst
|
||||||
Displays Traefik.
|
Displays Traefik.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Traefik
|
- name: "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"
|
||||||
```
|
```
|
||||||
|
- 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
|
## Truenas Scale
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue