forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plexpy.json
52 lines (52 loc) · 2.16 KB
/
plexpy.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
49
50
51
52
{
"Plexpy": {
"containers": {
"plexpy-linuxserver.io": {
"image": "linuxserver/plexpy",
"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 Plexpy configuration. Eg: create a Share called plexpy-config for this purpose alone.",
"label": "Config Storage"
},
"/plex-config": {
"description": "Choose a Share that holds your Plex configuration. This will allow Plexpy to read the Plex log files.",
"label": "Plex Config"
}
},
"environment": {
"ADVANCED_GIT_BRANCH": {
"description": "Choose branch of Plexpy. unless you know which version to try, just type master",
"label": "GIT_BRANCH",
"index": 1
},
"PUID": {
"description": "Enter a valid UID to run Plexpy with. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID",
"index": 2
},
"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.",
"label": "GID",
"index": 3
}
}
}
},
"description": "Plexpy Is a Python-based Plex Usage tracker",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/linuxserver/plexpy/",
"version": "1.0"
}
}