This repository was archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
80 lines (80 loc) · 2.61 KB
/
manifest.json
File metadata and controls
80 lines (80 loc) · 2.61 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Mailman",
"id": "mailman",
"packaging_format": 1,
"description": {
"en": "Manage email discussion and e-newsletter lists",
"fr": "Gérez des listes de diffusion et newsletters"
},
"version": "2.1.29-1~ynh3",
"url": "http://www.list.org/",
"upstream": {
"license": "GPL-2.0",
"website": "http://www.list.org/",
"admindoc": "http://www.list.org/docs.html",
"code": "https://code.launchpad.net/mailman"
},
"license": "GPL-2.0",
"maintainer": {
"name": "alexAubin",
"email": "alex.aubin@mailoo.org",
"url": "https://github.com/alexAubin/"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"postfix"
],
"arguments": {
"install": [
{
"name": "disclaimer",
"type": "display_text",
"style": "danger",
"ask": {
"en": "Mailman2 is a deprecated software : it relies on Python 2 which reached end of life in January 2020. Mailman 2 is not being developed anymore, and wont be available on Debian Bullseye / Yunohost 11.x. You should really consider using alternative solutions."
}
},
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/mailman, /lists",
"default": "/mailman"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "en", "fr", "it", "pt"],
"default": "en"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"help": {
"en": "It will be needed to create and administrate lists. Be careful though: this password will be stored in clear on the disk :/ ...",
"fr": "Il sera nécessaire pour créer et administrer des listes. Attention cependant : ce mot de passe sera stocké en clair sur le disque :/ ..."
}
}
]
}
}