2017-04-08 00:06:03 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "CryptPad",
|
|
|
|
|
"id": "cryptpad",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"en": "Zero Knowledge realtime collaborative editor",
|
|
|
|
|
"fr": "Éditeur chiffré collaboratif en temps réel."
|
2017-04-08 00:06:03 +02:00
|
|
|
|
},
|
2021-01-22 13:08:00 +01:00
|
|
|
|
"version": "4.0.0~ynh1",
|
2017-04-08 00:06:03 +02:00
|
|
|
|
"url": "https://cryptpad.fr/",
|
2021-01-04 09:07:03 +01:00
|
|
|
|
"license": "AGPL-3.0-only",
|
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": {
|
2020-11-08 12:24:19 +01:00
|
|
|
|
"yunohost": ">= 4.0.0"
|
2017-04-08 00:06:03 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2019-10-01 23:48:20 +02:00
|
|
|
|
"type": "domain",
|
2017-04-08 00:06:03 +02:00
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain name for CryptPad",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour CryptPad"
|
|
|
|
|
},
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"example": "cryptpad.example.com"
|
2017-04-08 00:06:03 +02:00
|
|
|
|
},
|
2019-10-01 23:48:20 +02:00
|
|
|
|
{
|
2019-01-29 13:28:41 +01:00
|
|
|
|
"name": "path",
|
2019-10-01 23:48:20 +02:00
|
|
|
|
"type": "path",
|
2019-01-29 13:28:41 +01:00
|
|
|
|
"ask": {
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"en": "Choose a path for CryptPad, requires a dedicated sub-domain/domain.",
|
|
|
|
|
"fr": "Choisissez un chemin pour CryptPad, nécessite un sous-domaine/domaine dédié."
|
2019-01-29 13:28:41 +01:00
|
|
|
|
},
|
|
|
|
|
"example": "/",
|
|
|
|
|
"default": "/"
|
2019-10-01 23:48:20 +02:00
|
|
|
|
},
|
2020-07-18 11:46:45 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
2019-01-05 20:11:15 +01:00
|
|
|
|
"ask": {
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"en": "Choose an admin user",
|
|
|
|
|
"fr": "Choisissez l’administrateur"
|
2019-01-05 20:11:15 +01:00
|
|
|
|
},
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"example": "johndoe"
|
2019-01-05 20:11:15 +01:00
|
|
|
|
},
|
2017-04-08 00:06:03 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
2020-07-18 11:46:45 +02:00
|
|
|
|
"en": "Is it a public site?",
|
|
|
|
|
"fr": "Est-ce un site publique ?"
|
2017-04-08 00:06:03 +02:00
|
|
|
|
},
|
2020-12-04 11:33:12 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, CryptPad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2017-04-08 00:06:03 +02:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|