You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc.
6
6
@@ -77,10 +77,10 @@ N/A
77
77
|-----|------|---------|-------------|
78
78
| env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/haveagitgat/tdarr) for more details. |
79
79
| env.TZ | string |`"UTC"`| Set the container timezone |
80
+
| env.ffmpegPath | string |`""`| Allow override for the pre-compiled tdarr ffmpeg binary |
80
81
| env.serverIP | string |`"0.0.0.0"`| tdarr server binding address |
81
82
| env.serverPort | string |`"{{ .Values.service.main.ports.server.port }}"`| tdarr server listening port |
82
83
| env.webUIPort | string |`"{{ .Values.service.main.ports.http.port }}"`| tdarr web UI listening port (same as Service port) |
0 commit comments