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

51 lines
1.3 KiB
JSON
Raw Normal View History

2022-04-21 18:30:00 +02:00
{
2022-05-19 20:33:34 +02:00
"name": "SnappyMail",
2022-04-21 18:30:00 +02:00
"id": "snappymail",
"packaging_format": 1,
"description": {
2022-07-04 15:57:36 +02:00
"en": "Simple, modern, lightweight & fast web-based e-mail 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
},
2023-02-02 15:28:07 +01:00
"version": "2.25.2~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": {
2022-08-29 18:32:24 +02:00
"yunohost": ">= 11.0.9"
2022-04-21 18:30:00 +02:00
},
"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": {
2022-05-31 08:46:24 +02:00
"install": [
2022-04-21 18:30:00 +02:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/snappymail",
"default": "/snappymail"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}