From 0d60176dac67a894cf99d6985f879c5aa5d95ffd Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 21 May 2024 10:16:26 -0500 Subject: [PATCH] Tdarr: Update docs --- docs/sandbox/apps/tdarr.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sandbox/apps/tdarr.md b/docs/sandbox/apps/tdarr.md index bf83845e7..f7d67c414 100644 --- a/docs/sandbox/apps/tdarr.md +++ b/docs/sandbox/apps/tdarr.md @@ -25,4 +25,13 @@ sb install sandbox-tdarr ### 3. Setup +Tdarr is configured with the following defaults which can be modified via the inventory system. + +``` yaml +tdarr_server_port: "8266" +tdarr_server_external: false +``` + +By switching `tdarr_server_external` to `true` the Tdarr server will be accessible externally via the specified `tdarr_server_port` on any hostname or IP address pointing directly to the server. + - [:octicons-link-16: Documentation: Tdarr Docs](https://docs.tdarr.io/docs/welcome/what/){: .header-icons }