forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plex.json
43 lines (43 loc) · 1.66 KB
/
plex.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
{
"Plex": {
"containers": {
"plex": {
"image": "timhaak/plex",
"launch_order": 1,
"opts": [
[
"--net=host",
""
]
],
"ports": {
"32400": {
"description": "Plex WebUI port. Suggested default: 32400",
"host_default": 32400,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Plex configuration. Eg: create a Share called plex-config for this purpose alone.",
"label": "Config Storage"
},
"/data": {
"description": "Choose a Share for Plex content(your media). Eg: create a Share called plex-data for this purpose alone. You can also assign other media Shares on the system after installation.",
"label": "Data Storage"
}
}
}
},
"description": "Plex media server",
"more_info": "<h4>Adding more media to Plex.</h4><p>You can add more Shares(with media) to Plex from the settings wizard of this Rock-on. Then, from Plex WebUI, you can update and re-index your library.</p>",
"ui": {
"slug": "web"
},
"volume_add_support": true,
"website": "https://plex.tv/",
"version": "1.0"
}
}