mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Upgrade to v1.8.16
This commit is contained in:
parent
a272d41956
commit
e82f226856
1 changed files with 120 additions and 103 deletions
223
manifest.json
223
manifest.json
|
@ -1,111 +1,128 @@
|
||||||
{
|
{
|
||||||
"name": "Etherpad MyPads",
|
"name": "Etherpad MyPads",
|
||||||
"id": "etherpad_mypads",
|
"id": "etherpad_mypads",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Online editor providing collaborative editing in real-time",
|
"en": "Online editor providing collaborative editing in real-time",
|
||||||
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel"
|
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel"
|
||||||
},
|
},
|
||||||
"version": "1.8.15~ynh1",
|
"version": "1.8.16~ynh1",
|
||||||
"url": "http://etherpad.org",
|
"url": "http://etherpad.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"website": "http://etherpad.org",
|
"website": "http://etherpad.org",
|
||||||
"demo": "https://video.etherpad.com",
|
"demo": "https://video.etherpad.com",
|
||||||
"admindoc": "http://etherpad.org/doc/v1.8.15",
|
"admindoc": "http://etherpad.org/doc/v1.8.15",
|
||||||
"code": "https://github.com/ether/etherpad-lite"
|
"code": "https://github.com/ether/etherpad-lite"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"previous_maintainers": [{
|
"previous_maintainers": [
|
||||||
"name": "Maniack Crudelis",
|
{
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"name": "Maniack Crudelis",
|
||||||
}],
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
"requirements": {
|
}
|
||||||
"yunohost": ">= 4.3.0"
|
],
|
||||||
},
|
"requirements": {
|
||||||
"multi_instance": true,
|
"yunohost": ">= 4.3.0"
|
||||||
"services": [
|
},
|
||||||
"nginx",
|
"multi_instance": true,
|
||||||
"mysql"
|
"services": [
|
||||||
],
|
"nginx",
|
||||||
"arguments": {
|
"mysql"
|
||||||
"install" : [
|
],
|
||||||
{
|
"arguments": {
|
||||||
"name": "domain",
|
"install": [
|
||||||
"type": "domain"
|
{
|
||||||
},
|
"name": "domain",
|
||||||
{
|
"type": "domain"
|
||||||
"name": "path",
|
},
|
||||||
"type": "path",
|
{
|
||||||
"example": "/pad",
|
"name": "path",
|
||||||
"default": "/pad"
|
"type": "path",
|
||||||
},
|
"example": "/pad",
|
||||||
{
|
"default": "/pad"
|
||||||
"name": "admin",
|
},
|
||||||
"type": "user"
|
{
|
||||||
},
|
"name": "admin",
|
||||||
{
|
"type": "user"
|
||||||
"name": "password",
|
},
|
||||||
"type": "password"
|
{
|
||||||
},
|
"name": "password",
|
||||||
{
|
"type": "password"
|
||||||
"name": "language",
|
},
|
||||||
"type": "string",
|
{
|
||||||
"ask": {
|
"name": "language",
|
||||||
"en": "Choose your language",
|
"type": "string",
|
||||||
"fr": "Choisissez la langue"
|
"ask": {
|
||||||
},
|
"en": "Choose your language",
|
||||||
"choices" : ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"],
|
"fr": "Choisissez la langue"
|
||||||
"default" : "en"
|
},
|
||||||
},
|
"choices": [
|
||||||
{
|
"ca",
|
||||||
"name": "is_public",
|
"de",
|
||||||
"type": "boolean",
|
"en",
|
||||||
"help": {
|
"es",
|
||||||
"en": "If your Etherpad instance is public, everyone will be able to create a pad or see an existing one.",
|
"fr",
|
||||||
"fr": "Si votre instance Etherpad est publique, tout le monde pourra créer un pad ou voir un pad existant."
|
"gl",
|
||||||
},
|
"hu",
|
||||||
"default": true
|
"it",
|
||||||
},
|
"nl",
|
||||||
{
|
"pt"
|
||||||
"name": "export",
|
],
|
||||||
"type": "string",
|
"default": "en"
|
||||||
"ask": {
|
},
|
||||||
"en": "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?",
|
{
|
||||||
"fr": "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
|
"name": "is_public",
|
||||||
},
|
"type": "boolean",
|
||||||
"choices" : ["none", "abiword", "libreoffice"],
|
"help": {
|
||||||
"default" : "none"
|
"en": "If your Etherpad instance is public, everyone will be able to create a pad or see an existing one.",
|
||||||
},
|
"fr": "Si votre instance Etherpad est publique, tout le monde pourra créer un pad ou voir un pad existant."
|
||||||
{
|
},
|
||||||
"name": "mypads",
|
"default": true
|
||||||
"type": "boolean",
|
},
|
||||||
"ask": {
|
{
|
||||||
"en": "Do you want to install MyPads plugin?",
|
"name": "export",
|
||||||
"fr": "Voulez-vous installer le plugin MyPads ?"
|
"type": "string",
|
||||||
},
|
"ask": {
|
||||||
"help": {
|
"en": "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?",
|
||||||
"en": "<a href=https://git.framasoft.org/framasoft/ep_mypads target=_blank>MyPads plugin</a>"
|
"fr": "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
|
||||||
},
|
},
|
||||||
"default": true
|
"choices": [
|
||||||
},
|
"none",
|
||||||
{
|
"abiword",
|
||||||
"name": "useldap",
|
"libreoffice"
|
||||||
"type": "boolean",
|
],
|
||||||
"ask": {
|
"default": "none"
|
||||||
"en": "Do you want to use LDAP with MyPads?",
|
},
|
||||||
"fr": "Voulez-vous utiliser LDAP avec MyPads ?"
|
{
|
||||||
},
|
"name": "mypads",
|
||||||
"help": {
|
"type": "boolean",
|
||||||
"en": "Using LDAP won't let you add new user aside from YunoHost users.",
|
"ask": {
|
||||||
"fr": "Utiliser LDAP ne vous permettra pas d'ajouter un nouvel utilisateur en dehors des utilisateurs de YunoHost."
|
"en": "Do you want to install MyPads plugin?",
|
||||||
},
|
"fr": "Voulez-vous installer le plugin MyPads ?"
|
||||||
"default": true
|
},
|
||||||
}
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue