From c319f83e08250df3375896f1a7af286d53732500 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 21 May 2024 10:16:07 -0500 Subject: [PATCH] Tdarr-Node: Update docs --- docs/sandbox/apps/tdarr-node.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sandbox/apps/tdarr-node.md b/docs/sandbox/apps/tdarr-node.md index ab8351933..ad01a5af2 100644 --- a/docs/sandbox/apps/tdarr-node.md +++ b/docs/sandbox/apps/tdarr-node.md @@ -26,12 +26,13 @@ The Tdarr Node is configured with the following defaults which can be modified v tdarr_node_server_ip: "tdarr" tdarr_node_server_port: "8266" tdarr_node_node_id: "MainNode" -tdarr_node_node_ip: "0.0.0.0" tdarr_node_node_port: "8267" tdarr_node_external: false ``` -By switching `tdarr_node_external` to `true` the node will be accessible externally via the specified `tdarr_node_node_port` on any hostname or IP address pointing to the server. +By switching `tdarr_node_external` to `true` the node will be accessible externally via the specified `tdarr_node_node_port` on any hostname or IP address pointing directly to the server. + +To connect the Tdarr node to a Tdarr server, set `tdarr_node_server_ip` and `tdarr_node_server_port` to the IP/hostname and port of the exposed Tdarr server. ### 3. Setup