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

58 lines
1.9 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 office suite",
2023-01-22 18:15:10 +01:00
"fr": "Suite bureautique chiffrée pour la collaboration en temps réel"
2017-04-08 00:06:03 +02:00
},
2023-03-03 15:06:36 +01:00
"version": "5.2.1~ynh5",
2017-04-08 00:06:03 +02:00
"url": "https://cryptpad.fr/",
2021-05-25 22:22:10 +02:00
"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"
2021-05-25 22:22:10 +02:00
},
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": {
2023-02-13 10:54:49 +01:00
"yunohost": ">= 11.1.6"
2017-04-08 00:06:03 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2021-10-21 08:17:18 +02:00
"install": [
2017-04-08 00:06:03 +02:00
{
"name": "domain",
"type": "domain",
2021-01-25 12:24:24 +01:00
"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é."
2021-09-19 08:33:36 +02:00
}
2017-04-08 00:06:03 +02:00
},
{
"name": "is_public",
"type": "boolean",
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
2022-05-28 01:29:55 +02:00
},
{
"name": "admin",
"type": "user"
2017-04-08 00:06:03 +02:00
}
]
}
2023-02-15 23:21:17 +01:00
}