-
Notifications
You must be signed in to change notification settings - Fork 98
/
tautulli.json
48 lines (48 loc) · 2.47 KB
/
tautulli.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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"Tautulli": {
"containers": {
"tautulli": {
"image": "tautulli/tautulli",
"launch_order": 1,
"ports": {
"8181": {
"description": "WebUI port. Suggested default: 8181",
"host_default": 8181,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Tautulli configuration. E.g.: create a Share called tautulli-config for this purpose alone.",
"label": "Config Storage"
},
"/plex-config": {
"description": "Select the Share holding your Plex log files. This is typically the share that was selected to hold the Plex configuration. This will allow Tautulli to read the Plex log files.",
"label": "Plex Config"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run Tautulli with. It must have full permissions to all Shares mapped in the previous step. This could be the same UID used for your Plex Rock-on",
"label": "UID",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step. This could be the same GID used for your Plex Rock-on",
"label": "GID",
"index": 2
}
}
}
},
"description": "Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server (which needs to be installed separately).<p>Based on the official docker image: <a href='https://hub.docker.com/r/tautulli/tautulli' target=_blank> https://hub.docker.com/r/tautulli/tautulli</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "For updates of the application, consider installing the Watchtower rock-on and run it periodically.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://tautulli.com/",
"version": "1.2"
}
}