1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00
emailpoubelle_ynh/manifest.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2018-11-18 16:00:35 +01:00
{
"name": "EmailPoubelle",
"id": "emailpoubelle",
2018-11-18 22:13:21 +01:00
"packaging_format": 1,
2018-11-18 16:00:35 +01:00
"description": {
"en": "Create throwable email address redirected to your real one",
"fr": "Créez des adresses email jetables qui redirigent les mails vers votre adresse réelle"
},
2022-06-08 03:24:51 +02:00
"version": "2022.06.08~ynh1",
2018-11-18 22:13:21 +01:00
"url": "https://framagit.org/kepon/emailPoubellePhp/",
2022-06-08 03:24:51 +02:00
"upstream": {
"license": "Beerware",
"website": "https://forge.zici.fr/project/view/6",
"demo": "https://poubelle.zici.fr",
"code": "https://framagit.org/kepon/emailPoubellePhp"
},
2018-11-18 16:00:35 +01:00
"license": "Beerware",
2018-11-18 22:13:21 +01:00
"maintainer": {
2019-04-02 16:48:46 +02:00
"name": "Krakinou",
2018-11-18 22:13:21 +01:00
"email": "misterl56@hotmail.com"
2018-11-24 16:09:38 +01:00
},
2022-06-08 03:24:51 +02:00
"requirements": {
"yunohost": ">= 4.3.0"
2018-11-18 22:13:21 +01:00
},
2018-11-24 10:58:27 +01:00
"multi_instance": false,
2018-11-18 22:13:21 +01:00
"services": [
"nginx",
"mysql",
"dovecot",
2018-11-24 00:37:25 +01:00
"postfix"
2018-11-18 22:13:21 +01:00
],
2018-11-18 16:00:35 +01:00
"arguments": {
2022-06-08 03:24:51 +02:00
"install": [
2018-11-18 16:00:35 +01:00
{
"name": "domain",
2022-06-08 03:24:51 +02:00
"type": "domain"
2018-11-18 16:00:35 +01:00
},
{
"name": "path",
2018-11-24 11:05:23 +01:00
"type": "path",
2018-11-18 16:00:35 +01:00
"example": "/poubelle",
"default": "/poubelle"
},
{
2022-06-08 03:24:51 +02:00
"name": "is_public",
"type": "boolean",
"default": false
2019-04-13 15:31:07 +02:00
},
2018-11-24 18:05:12 +01:00
{
2022-06-08 03:24:51 +02:00
"name": "admin",
"type": "user"
2018-11-24 18:05:12 +01:00
},
2018-11-18 16:00:35 +01:00
{
2022-06-08 03:24:51 +02:00
"name": "password",
"type": "password"
2018-11-18 16:00:35 +01:00
}
]
}
}