-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
57 lines (57 loc) · 1.72 KB
/
manifest.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
54
55
56
57
{
"name": "Headphones",
"id": "headphones",
"description": {
"en": "Headphones is a tool that automates your music downloading. It's written in Python so it works on pretty much all systems, and it's easy to setup and configure. Downloading with NZBGet, SabNZBd and torrent is supported.",
"fr": "Headphones is a tool that automates your music downloading. It's written in Python so it works on pretty much all systems, and it's easy to setup and configure. Downloading with NZBGet, SabNZBd and torrent is supported."
},
"developer": {
"name": "Zabie",
"email": " ",
"url": " "
},
"multi_instance": "false",
"arguments": {
"install": [
{
"name": "domain",
"ask": {
"en": "Choose a domain for headphones"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for headphones"
},
"example": "/headphones",
"default": "/headphones"
},
{
"name": "ip",
"ask": {
"en": "Choose host for app, if you keep default 127.0.0.1, app will be installed on Yunohost during the process"
},
"example": "192.168.X.X",
"default": "127.0.0.1"
},
{
"name": "fork",
"ask": {
"en": "Enter the fork's git URL (Used only for localhost installation) :"
},
"example": "https://github.com/sarakha63/headphones",
"default": "https://github.com/rembo10/headphones"
},
{
"name": "port",
"ask": {
"en": "Choose the listening port of the app (not used if it's a local installation)"
},
"example": "8181",
"default": "8181"
}
]
}
}