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
Éric Gaspar 645d0bf5cc 2.24.5
2023-01-12 16:11:48 +01:00

50 lines
1.3 KiB
JSON

{
"name": "SnappyMail",
"id": "snappymail",
"packaging_format": 1,
"description": {
"en": "Simple, modern, lightweight & fast web-based e-mail client",
"fr": "Client de messagerie Web simple, moderne, léger et rapide"
},
"version": "2.24.5~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": "",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/snappymail",
"default": "/snappymail"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}