-
Notifications
You must be signed in to change notification settings - Fork 98
/
medusa.json
53 lines (53 loc) · 2.31 KB
/
medusa.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
53
{
"medusa": {
"containers": {
"medusa": {
"image": "linuxserver/medusa",
"launch_order": 1,
"ports": {
"8081": {
"description": "Port for medusa Web interface. Suggested default: 8081.",
"host_default": 8081,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/download": {
"description": "Choose a share to download to.",
"label": "Download"
},
"/config": {
"description": "Choose a share to host configuration.",
"label": "Config"
},
"/tv": {
"description": "Choose a share to host shows.",
"label": "TV"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run medusa as. It must have full permissions to all Shares mapped in the previous step.",
"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.",
"label": "GID",
"index": 2
}
}
}
},
"description": "Automatic Video Library Manager for TV Shows.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/medusa' target='_blank'>https://hub.docker.com/r/linuxserver/medusa</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://pymedusa.com/",
"version": "1.1"
}
}