mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
206c4d349b
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "Collabora Online",
|
|
"id": "collabora",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A LibreOffice-based online office suite with collaborative editing",
|
|
"fr": "Une suite office en ligne et collaborative, basée sur LibreOffice"
|
|
},
|
|
"version": "4.0.0~ynh1",
|
|
"url": "https://www.libreoffice.org/download/libreoffice-online/",
|
|
"license": "MPL-2.0",
|
|
"maintainer": {
|
|
"name": "rafi59",
|
|
"email": "rafi59_dev@srvmaison.fr.nf",
|
|
"url": "https://collaboraoffice.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for collabora",
|
|
"fr": "Choisissez un nom de domaine pour collabora"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
|
|
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"ask": {
|
|
"en": "Choose a password for Collabora admin",
|
|
"fr": "Choisissez un mot de passe pour l'administration de Collabora"
|
|
},
|
|
"example": "password"
|
|
|
|
},
|
|
{
|
|
"name": "nextcloud_domain",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "The domain of your Nextcloud instance",
|
|
"fr": "Le domain de votre instance Nextcloud"
|
|
},
|
|
"example": "example.com",
|
|
"default": ""
|
|
|
|
}
|
|
|
|
|
|
]
|
|
}
|
|
}
|