Skip to content

Commit

Permalink
Tdarr-Node: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed May 21, 2024
1 parent 34bf627 commit c319f83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/sandbox/apps/tdarr-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c319f83

Please sign in to comment.