-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·58 lines (58 loc) · 1.73 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
58
{
"name": "ruTorrent",
"id": "rutorrent",
"description": {
"en": "Torrent client",
"fr": "Client torrent"
},
"developer": {
"name": "yolateng0 ",
"email": "[email protected]"
},
"requirements": {
"yunohost": ">= 2.4.0"
},
"multi_instance": "false",
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for ruTorrent",
"fr": "Choisissez un domaine pour ruTorrent"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ruTorrent",
"fr": "Choisissez un chemin pour ruTorrent"
},
"example": "/rutorrent",
"default": "/rutorrent"
},
{
"name": "data_dir",
"type": "path",
"ask": {
"en": "Choose a folder to store the downloads",
"fr": "Choisissez un dossier pour sauver les telechargements"
},
"example": "/mnt/disk1/torrents",
"default": "/home/rtorrent"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Choose a password for the rtorrent system user",
"fr": "Choisissez un mot de passe pour l'utilisateur système rtorrent"
},
"example": "mysecret"
}
]
}
}