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

51 lines
1.4 KiB
JSON
Raw Normal View History

2017-06-21 11:34:24 +02:00
{
2018-02-05 19:09:21 +01:00
"name": "Collabora Online",
2017-06-21 11:34:24 +02:00
"id": "collabora",
"packaging_format": 1,
"description": {
2020-09-22 16:57:16 +02:00
"en": "LibreOffice-based online office suite with collaborative editing",
"fr": "Suite office en ligne et collaborative, basée sur LibreOffice"
2017-06-21 11:34:24 +02:00
},
2022-05-02 20:42:17 +02:00
"version": "21.11.4.1~ynh1",
2020-09-22 16:57:16 +02:00
"url": "https://collaboraoffice.com",
2021-06-26 08:19:34 +02:00
"upstream": {
"license": "MPL-2.0",
"website": "https://collaboraoffice.com",
2021-12-23 09:11:29 +01:00
"admindoc": "https://www.collaboraoffice.com/code/"
2021-06-26 08:19:34 +02:00
},
"license": "MPL-2.0",
2017-06-21 11:34:24 +02:00
"maintainer": {
"name": "rafi59",
2020-10-15 14:21:39 +02:00
"email": "rafi59_dev@srvmaison.fr.nf"
2017-06-21 11:34:24 +02:00
},
"requirements": {
2022-08-25 17:12:56 +02:00
"yunohost": ">= 11.0.9"
2017-06-21 11:34:24 +02:00
},
2017-09-05 11:44:50 +02:00
"multi_instance": false,
2017-06-21 11:34:24 +02:00
"services": [
2019-08-04 23:00:10 +02:00
"nginx"
2017-06-21 11:34:24 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
2021-12-23 09:11:29 +01:00
"type": "domain"
2017-06-21 11:34:24 +02:00
},
2020-09-22 16:57:16 +02:00
{
2017-11-11 16:24:08 +01:00
"name": "password",
2021-12-23 09:11:29 +01:00
"type": "password"
2018-02-05 19:09:21 +01:00
},
2020-09-22 16:57:16 +02:00
{
2019-08-04 23:00:10 +02:00
"name": "nextcloud_domain",
2018-02-05 19:09:21 +01:00
"type": "string",
"ask": {
"en": "The domain of your Nextcloud instance",
"fr": "Le domain de votre instance Nextcloud"
},
2020-09-22 16:57:16 +02:00
"example": "example.com/nextcloud",
2017-11-11 16:24:08 +01:00
"default": ""
2020-09-22 16:57:16 +02:00
}
2017-06-21 11:34:24 +02:00
]
}
}