2022-04-21 18:30:00 +02:00
|
|
|
{
|
|
|
|
"name": "Snappymail",
|
|
|
|
"id": "snappymail",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Simple, modern, lightweight & fast web-based email client",
|
2022-04-21 18:38:25 +02:00
|
|
|
"fr": "Client de messagerie Web simple, moderne, léger et rapide"
|
2022-04-21 18:30:00 +02:00
|
|
|
},
|
2022-05-13 23:22:15 +02:00
|
|
|
"version": "2.15.3~ynh1",
|
2022-04-21 18:30:00 +02:00
|
|
|
"url": "https://snappymail.eu/",
|
|
|
|
"upstream": {
|
2022-04-21 18:38:25 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2022-04-21 18:30:00 +02:00
|
|
|
"website": "https://snappymail.eu/",
|
|
|
|
"demo": "https://snappymail.eu/demo/",
|
|
|
|
"admindoc": "https://github.com/the-djmaze/snappymail/wiki",
|
|
|
|
"code": "https://github.com/the-djmaze/snappymail"
|
|
|
|
},
|
2022-04-21 18:38:25 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2022-04-21 18:30:00 +02:00
|
|
|
"maintainer": {
|
2022-05-12 16:22:18 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2022-04-21 18:30:00 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-05-17 09:53:21 +02:00
|
|
|
"php8.0-fpm"
|
2022-04-21 18:30:00 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/snappymail",
|
|
|
|
"default": "/snappymail"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|