Installing FileBot on unRAID

Support for unRAID and docker container users
Post Reply
User avatar
rednoah
The Source
Posts: 21960
Joined: 16 Nov 2011, 08:59

Installing FileBot on unRAID

Post by rednoah »

Option A: The Community Apps container maintained by the unRAID community

The jlesage/filebot container is popular among unRAID users and packed with features. Please read the manual or contact the maintainer via [SUPPORT] DJOSS - FILEBOT if you need help with setup and usage.

Image






Option B: The official filebot docker images

The official filebot docker images work the same on all platforms including unRAID. You can create and configure containers manually or via our docker templates for unRAID to speedup the process.

Image

Setup Instructions:

1. Open the Terminal and install our docker templates for unRAID:

Code: Select all

curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-xpra.xml -o /boot/config/plugins/dockerMan/templates/filebot-xpra.xml

Code: Select all

curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-node.xml -o /boot/config/plugins/dockerMan/templates/filebot-node.xml
Image

Image



3. Add a new container and select either the filebot-xpra or the filebot-node template:

Image

Image



3. Configure the User Files bind mount to make your media files available within the docker container:

Image



4. Click on the application icon to open the WebUI:

Image






:idea: If you have ideas on how to make FileBot work better for unRAID users (e.g. ease of installation, easy of use, new use cases, etc) please post them here.
:idea: Please read the FAQ and How to Request Help.
Post Reply