FileFlows can be found in the unRAID Community Application store.
Server Configuration
Name | Variable | Description |
---|---|---|
Temp Directory | /mnt/cache/temp/fileflows | The directory where temporary files will be created. Recommend to put this on a cache drive for improved performance |
/media/ | /mnt/user/media | Maps a directory into the docker application. You can add multiple paths using this as a template to expose more folders |
Node Configuration
Name | Variable | Description |
---|---|---|
Server URL | http://tower:5000/ | The URL of the FileFlows Server |
NodeName | DockerNode | A unique name to identify the node |
Temp Directory | /mnt/cache/temp/fileflows | The directory where temporary files will be created. Recommend to put this on a cache drive for improved performance |
/media/ | /mnt/user/media | Maps a directory into the docker application. You can add multiple paths using this as a template to expose more folders |
NVIDIA Hardware Encoding
In order to use an NVIDIA GPU for hardware encoding you must do the follow
Get your GPU ID
Go to Settings > NVIDIA Driver
Here mine is “GPU-7f326d12-d4c8-4011-9db1-36c47710daf6”
Switch to Advanced View
Add Extra Parameter
Under “Extra Parameters” insert
--runtime=nvidia
Add New Variable
Add a custom variable by clicking “Add another Path, Port, Variable, Label or Device”
Config Type: Variable
Name: NVIDIA_VISIBLE_DEVICES
Key: NVIDIA_VISIBLE_DEVICES
Value: [YOUR GPU UID, EG GPU-7f326d12-d4c8-4011-9db1-36c47710daf6]
Click save and apply your changes.