1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
snappymail_ynh/manifest.json
ericgaspar 3379e84520 2.15.1
2022-04-30 08:33:07 +02:00

50 lines
1.3 KiB
JSON

{
"name": "Snappymail",
"id": "snappymail",
"packaging_format": 1,
"description": {
"en": "Simple, modern, lightweight & fast web-based email client",
"fr": "Client de messagerie Web simple, moderne, léger et rapide"
},
"version": "2.15.1~ynh1",
"url": "https://snappymail.eu/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://snappymail.eu/",
"demo": "https://snappymail.eu/demo/",
"admindoc": "https://github.com/the-djmaze/snappymail/wiki",
"code": "https://github.com/the-djmaze/snappymail"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/snappymail",
"default": "/snappymail"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}