-
Notifications
You must be signed in to change notification settings - Fork 98
/
headphones.json
53 lines (53 loc) · 2.28 KB
/
headphones.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
{
"Headphones":{
"containers":{
"linuxserver-headphones":{
"image":"linuxserver/headphones",
"launch_order":1,
"ports":{
"8181":{
"description":"Web server port. Suggested default: 8181",
"host_default":8181,
"label":"Port for the web interface",
"protocol":"tcp",
"ui":true
}
},
"volumes":{
"/config":{
"description":"Choose a share where the config file should be stored. Eg: create a share called headphones-conf for this purpose alone. ",
"label":"Config storage"
},
"/downloads":{
"description":"Choose a share where the music will be downloaded to. ",
"label":"Download storage"
},
"/music":{
"description":"Choose a share where the music library is located. ",
"label":"Music library"
}
},
"environment":{
"PUID":{
"description":"UID",
"label":"UID to run Headphones as",
"index":1
},
"PGID":{
"description":"GID",
"label":"GID to run Muximux as",
"index":2
}
}
}
},
"description":"Headphones is an automated music downloader for NZB and Torrent.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/headphones' target='_blank'>https://hub.docker.com/r/linuxserver/headphones</a>, available for amd64 and arm64 architecture.</p>",
"ui":{
"slug":""
},
"volume_add_support":true,
"more_info": "<h4>Setting up the application</h4><p>Go after installation to the Headphones web interface to configure your Headphones installation.</p>",
"website":"https://github.com/rembo10/headphones",
"version":"1.1"
}
}