-
Notifications
You must be signed in to change notification settings - Fork 97
/
filebot-node.json
35 lines (35 loc) · 1.81 KB
/
filebot-node.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"FileBot-Node": {
"description": "FileBot - The ultimate TV and Movie Renamer<p>FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works.</p><p>Based on the official FileBot docker image: <a href='https://hub.docker.com/r/rednoah/filebot' target='_blank'>https://hub.docker.com/r/rednoah/filebot</a>.",
"more_info": "FileBot Node is a server-side Node.js application that allows you to make filebot calls via a straight-forward ExtJS web application. Please refer to the <a href='https://www.filebot.net/forums/viewtopic.php?f=13&t=2733'>How To manual</a> if you need help getting started.<br>Note: You will also need a license for full functionality. Purchase one here: https://www.filebot.net/#purchase",
"version": "0.0.1",
"website": "https://www.filebot.net",
"icon": "http://www.filebot.net/images/filebot.logo.svg",
"ui": {
"slug": ""
},
"volume_add_support": true,
"containers": {
"filebot": {
"image": "rednoah/filebot",
"tag": "node",
"launch_order": "1",
"ports": {
"5452": {
"description": "This is for the FileBot Node Client WebUI.",
"label": "Web-UI port",
"host_default": 5452,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/volume1": {
"description": "The base mount where input and output folders will be found.",
"label": "Input folder"
}
}
}
}
}
}