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
frju365 b9e35a919e
Update version (#25)
* Update app.src

* Update manifest.json

* Update _common.sh

* Update install
2018-08-22 10:27:30 +02:00

56 lines
1.5 KiB
JSON

{
"name": "CryptPad",
"id": "cryptpad",
"packaging_format": 1,
"description": {
"en": "Encrypted Pad",
"fr": "Créateur de pad chiffré."
},
"version": "2.5.0",
"url": "https://cryptpad.fr/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com",
"url": "https://github.com/frju365/cryptpad_ynh"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"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"
},
{
"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": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site? ",
"fr": "Est-ce un site publique ? "
},
"default": true
}
]
}
}