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

70 lines
2.3 KiB
JSON
Raw Normal View History

2017-04-08 00:06:03 +02:00
{
"name": "CryptPad",
"id": "cryptpad",
"packaging_format": 1,
"description": {
"en": "Zero Knowledge realtime collaborative editor",
"fr": "Éditeur chiffré collaboratif en temps réel."
2017-04-08 00:06:03 +02:00
},
2021-01-03 23:57:43 +01:00
"version": "3.24.0~ynh1",
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": {
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",
"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"
},
"example": "cryptpad.example.com"
2017-04-08 00:06:03 +02:00
},
{
2019-01-29 13:28:41 +01:00
"name": "path",
"type": "path",
2019-01-29 13:28:41 +01:00
"ask": {
"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": "/"
},
{
"name": "admin",
"type": "user",
2019-01-05 20:11:15 +01:00
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
2019-01-05 20:11:15 +01: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": {
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2017-04-08 00:06:03 +02:00
"default": true
}
]
}
}