diff --git a/docs/customservices.md b/docs/customservices.md index 1970181..88d04b9 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -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 ). +- Format: The value must be formatted as "admin:password". ## Truenas Scale