1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00
collabora_ynh/manifest.json
2021-01-09 23:59:52 +01:00

55 lines
1.7 KiB
JSON

{
"name": "Collabora Online",
"id": "collabora",
"packaging_format": 1,
"description": {
"en": "LibreOffice-based online office suite with collaborative editing",
"fr": "Suite office en ligne et collaborative, basée sur LibreOffice"
},
"version": "4.0.0~ynh2",
"url": "https://collaboraoffice.com",
"license": "MPL-2.0",
"maintainer": {
"name": "rafi59",
"email": "rafi59_dev@srvmaison.fr.nf"
},
"requirements": {
"yunohost": ">= 4.1.4.4"
},
"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/nextcloud",
"default": ""
}
]
}
}