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

57 lines
1.8 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",
2021-09-19 08:33:36 +02:00
"fr": "Éditeur chiffré collaboratif en temps réel"
2017-04-08 00:06:03 +02:00
},
2021-11-10 17:46:28 +01:00
"version": "4.12.1~ynh1",
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"
},
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": {
2021-11-14 14:56:02 +01:00
"yunohost": ">= 4.3.2"
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": "admin",
2021-09-19 08:33:36 +02:00
"type": "user"
2019-01-05 20:11:15 +01: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
}
]
}
}