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
frju365 15c06fd4f3
Testing (#44)
* version 3.2.0

* fix nodejs_version variable in upgrade script (#31) (#32)

* correct a sile config

* Repackage to upstream v.3.18.1 (#40)

* version 3.2.0
* different corrections

* Can't pass Package check with 3.8.1 as pc is build with 3.7. :)

* update to 3.19.0 (#41)

* update to 3.19.0

* new overview

* update to 3.19.1 (#42)

* update to 3.19.0

* new overview

* update v.3.19.1

Co-authored-by: shine <4771718+shinenelson@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-07-18 11:46:45 +02:00

65 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "CryptPad",
"id": "cryptpad",
"packaging_format": 1,
"description": {
"en": "Zero Knowledge realtime collaborative editor",
"fr": "Éditeur chiffré collaboratif en temps réel."
},
"version": "3.19.1~ynh1",
"url": "https://cryptpad.fr/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com",
"url": "https://frju365.yunohost.support"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for CryptPad",
"fr": "Choisissez un nom de domaine pour CryptPad"
},
"example": "cryptpad.example.com"
},
{
"name": "path",
"type": "path",
"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é."
},
"example": "/",
"default": "/"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site publique ?"
},
"default": true
}
]
}
}