From a36634c2373a6b935d700e8420bd866d5de2b6f0 Mon Sep 17 00:00:00 2001 From: 3thibaut1304 Date: Wed, 2 Jul 2025 12:58:06 +0200 Subject: [PATCH] update customeservices docs --- docs/customservices.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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