This commit is contained in:
2025-11-24 21:46:21 +01:00
parent 3a036b488f
commit ee9eb72ff1
13 changed files with 233 additions and 12 deletions

View File

@@ -0,0 +1 @@
Tdarr_Node

View File

@@ -0,0 +1 @@
Tdarr_Server

View File

@@ -0,0 +1,28 @@
{
"nodeName": "InternalNode-01",
"serverURL": "https://tdarr.home.ramberg.net",
"serverIP": "192.168.50.201",
"serverPort": "8266",
"handbrakePath": "",
"ffmpegPath": "",
"mkvpropeditPath": "",
"pathTranslators": [
{
"server": "//truenas-01/Media/Recompress",
"node": "/media"
},
{
"server": "M:/Recompress",
"node": "/media"
}
],
"nodeType": "mapped",
"unmappedNodeCache": "/app/unmappedNodeCache",
"logLevel": "INFO",
"priority": -1,
"cronPluginUpdate": "",
"apiKey": "",
"maxLogSizeMB": 10,
"pollInterval": 2000,
"startPaused": false
}

View File

@@ -0,0 +1,24 @@
{
"nodeName": "InternalNode-01",
"serverURL": "http://192.168.50.201:8266",
"serverIP": "192.168.50.201",
"serverPort": "8266",
"handbrakePath": "",
"ffmpegPath": "",
"mkvpropeditPath": "",
"pathTranslators": [
{
"server": "",
"node": ""
}
],
"nodeType": "mapped",
"unmappedNodeCache": "/app/unmappedNodeCache",
"logLevel": "INFO",
"priority": -1,
"cronPluginUpdate": "",
"apiKey": "",
"maxLogSizeMB": 10,
"pollInterval": 2000,
"startPaused": false
}

View File

@@ -0,0 +1,18 @@
{
"serverPort": "8266",
"webUIPort": "8265",
"serverIP": "192.168.50.201",
"serverBindIP": false,
"serverDualStack": false,
"handbrakePath": "",
"ffmpegPath": "",
"logLevel": "INFO",
"mkvpropeditPath": "",
"ccextractorPath": "",
"openBrowser": true,
"cronPluginUpdate": "",
"auth": false,
"authSecretKey": "tsec_1173ce0a0f5da178172d2bf1cecc85bc4814b5a377f7bf62e4b96c5ca5c4fb60",
"maxLogSizeMB": 10,
"seededApiKey": ""
}