Files
truecharts/docs/apps/stable/tdarr-node/setup.md
Stavros Kois cdd6229c12 feat(tdarr-node): Add tdarr-node (#1150)
* Init work for tdarr_node

* fix values service

* only 1 service, so main it is

* change name

* underscore -> dash

* varrun

* disable ro root fs

* runas root

* also disable ro root fs

* fix description

* Add a doc file

* emptyDir on transcode-cache

* fix persistence var names and remove transcode-cache

* varrun to questions and update ports for upcoming server

* Add transcode-cache as hostpath in questions

* sync questions' securitycontext

* update doc file
2021-10-16 13:57:17 +02:00

1019 B

Temp / Transcode cache

Tdarr uses the temp folder (trascode-cache, /temp) to store the encoded file (not chunks of it, but the whole file). It's recommended to avoid mounting this folder to RAM. If you encode a large file which will result in a 10GB file, this is the amount of RAM it will consume.

Media folder mounts

Make sure the Node and Server instances have the same media library and transcode cache locations. In other words, the cache and library must be shared between the Node and Server.

Connecting Node with a Server

If the node is running on the same cluster:

Assuming the server is named as tdarr.

  • serverIP: tdarr-comm.ix-tdarr.svc.cluster.local
  • serverPort: 8266 (The internal port used by the app)

For more info on how to generate the internal dns, visit our website. Check the linking apps internally section on the manual.

If the node is running on a different cluster or non-SCALE machine:

  • serverIP: YOUR.HOST.SERVER.IP
  • serverPort: 36152 (Default nodePort)