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

66 lines
1.8 KiB
JSON
Raw Normal View History

2017-04-08 00:06:03 +02:00
{
"name": "CryptPad",
"id": "cryptpad",
"packaging_format": 1,
"description": {
"en": "Encrypted Pad",
2017-10-28 00:58:27 +02:00
"fr": "Créateur de pad chiffré."
2017-04-08 00:06:03 +02:00
},
2018-12-05 22:57:09 +01:00
"version": "2.13.0",
2017-04-08 00:06:03 +02:00
"url": "https://cryptpad.fr/",
2018-03-11 15:23:05 +01:00
"license": "AGPL-3.0-or-later",
2017-04-08 00:06:03 +02:00
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com",
2018-12-05 22:57:09 +01:00
"url": "https://frju365.yunohost.support"
2017-04-08 00:06:03 +02:00
},
"requirements": {
2018-12-05 22:57:09 +01:00
"yunohost": ">= 3.0.0"
2017-04-08 00:06:03 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for CryptPad",
"fr": "Choisissez un nom de domaine pour CryptPad"
},
"example": "example.com"
},
2019-01-29 13:28:41 +01:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for CryptPad, only / is allowed.",
"fr": "Choisissez un chemin pour CryptPad, seul / est autorisé."
},
"example": "/",
"default": "/"
},
2019-01-05 20:11:15 +01:00
{
2019-01-05 20:11:27 +01:00
"name": "email",
2019-01-05 20:11:15 +01:00
"type": "email",
"ask": {
"en": "Choose an email for the admin user.",
"fr": "Choisissez une adresse mail pour l'administrateur"
},
"example": "example@example.tld"
},
2017-04-08 00:06:03 +02:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site? ",
"fr": "Est-ce un site publique ? "
},
"default": true
}
]
}
}