This repository has been archived by the owner on Sep 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
52 lines (52 loc) · 1.78 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
{
"name": "Let's encrypt",
"id": "letsencrypt",
"description": {
"en": "WARNING : DEPRECIATED APP ! A package that automatically install let's encrypt certificates"
},
"licence": "free",
"maintainer": {
"name": "Alexandre Aubin",
"email": "[email protected]",
"url": "https://github.com/alexAubin"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "depreciation_ack",
"ask": {
"en": "This application is deprecated because Yunohost 2.5 now includes built-in certificate management. Do you still to install it nevertheless ?",
"fr": "Cette application est dépréciée car Yunohost 2.5 intègre maintenant de base un mécanisme de gestion des certificats. Voulez-vous quand même l'installer ?"
},
"choices": ["Yes", "No"],
"default": "No"
},
{
"name": "domain",
"ask": {
"en": "Choose a main domain",
"fr": "Choisissez un domaine principal"
},
"example": "example.com"
},
{
"name": "admin",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "installForAllDomains",
"ask": {
"en": "Install for all domains ?",
"fr": "Installer pour tous les domaines ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}