mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
||
"name": "CryptPad",
|
||
"id": "cryptpad",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Zero Knowledge realtime collaborative office suite",
|
||
"fr": "Suite bureautique chiffrée pour la collaboration en temps réel"
|
||
},
|
||
"version": "5.2.1~ynh5",
|
||
"url": "https://cryptpad.fr/",
|
||
"upstream": {
|
||
"license": "AGPL-3.0-only",
|
||
"website": "https://cryptpad.fr/",
|
||
"demo": "https://cryptpad.fr/",
|
||
"admindoc": "https://docs.cryptpad.fr/en/",
|
||
"code": "https://github.com/xwiki-labs/cryptpad",
|
||
"cpe": "cpe:2.3:a:xwiki:cryptpad"
|
||
},
|
||
"license": "AGPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "frju365",
|
||
"email": "win10@tutanota.com",
|
||
"url": "https://frju365.yunohost.support"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.1.6"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"help": {
|
||
"en": "CryptPad needs to be installed in a dedicated domain or sub-domain.",
|
||
"fr": "CryptPad doit être installé dans un domaine ou sous-domaine dédié."
|
||
}
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"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."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user"
|
||
}
|
||
]
|
||
}
|
||
}
|