mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
117 lines
3 KiB
JSON
117 lines
3 KiB
JSON
{
|
|
"name": "Etherpad Mypads",
|
|
"id": "etherpad_mypads",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Framapad clone, a online editor providing collaborative editing in real-time.",
|
|
"fr": "Clone de Framapad, un éditeur en ligne fournissant l'édition collaborative en temps réel."
|
|
},
|
|
"version": "1.6.3~ynh2",
|
|
"url": "https://framapad.org",
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "Maniack Crudelis",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Etherpad Mypads.",
|
|
"fr": "Choisissez un domaine pour Etherpad Mypads."
|
|
},
|
|
"example": "sub.domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Etherpad",
|
|
"fr": "Choisissez un chemin pour Etherpad"
|
|
},
|
|
"example": "/pad",
|
|
"default": "/pad"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose the Etherpad Mypads administrator (must be an existing YunoHost user)",
|
|
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
|
},
|
|
"example": "john"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"ask": {
|
|
"en": "Set the administrator password (between 8 and 30 characters)",
|
|
"fr": "Définissez le mot de passe administrateur (entre 8 et 30 caractères)"
|
|
},
|
|
"example": "Choose a password"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"ask": {
|
|
"en": "Choose your language",
|
|
"fr": "Choisissez la langue"
|
|
},
|
|
"choices" : ["en", "fr"],
|
|
"default" : "en"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public website?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "export",
|
|
"ask": {
|
|
"en": "Use abiword (~260Mo) or libreoffice (~400Mo) (more stable) to expand export possibilities (pdf, doc) ?",
|
|
"fr": "Utiliser abiword (~260Mo) ou libre office (~400Mo) (plus stable) pour étendre les possibilités d'export (pdf, doc) ?"
|
|
},
|
|
"choices" : ["none", "abiword", "libreoffice"],
|
|
"default" : "none"
|
|
},
|
|
{
|
|
"name": "mypads",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Do you want to install mypads plugin ?",
|
|
"fr": "Voulez-vous installer le plugin mypads ?"
|
|
},
|
|
"help": {
|
|
"en": "<a href=https://git.framasoft.org/framasoft/ep_mypads target=_blank>mypads plugin</a>"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "useldap",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Do you want to use ldap with mypads ?",
|
|
"fr": "Voulez-vous utiliser ldap avec mypads ?"
|
|
},
|
|
"help": {
|
|
"en": "Using ldap won't let you add new user aside from YunoHost users.",
|
|
"fr": "Utiliser ldap ne vous permettra pas d'ajouter un nouvel utilisateur en dehors des utilisateurs de YunoHost."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|