1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
overleaf_ynh/manifest.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2022-04-19 20:31:41 +02:00
{
2022-04-23 19:59:10 +02:00
"name": "Overleaf",
"id": "overleaf",
2022-04-19 20:31:41 +02:00
"packaging_format": 1,
"description": {
2022-04-23 19:59:10 +02:00
"en": "Open-source online real-time collaborative LaTeX editor."
2022-04-19 20:31:41 +02:00
},
2022-04-23 19:59:10 +02:00
"version": "2022.04.23~ynh1",
"url": "https://www.overleaf.com",
2022-04-19 20:31:41 +02:00
"upstream": {
2022-04-23 19:59:10 +02:00
"license": "AGPL-3.0-or-later",
"website": "https://www.overleaf.com",
"userdoc": "https://www.overleaf.com/learn",
"code": "https://github.com/overleaf/overleaf"
2022-04-19 20:31:41 +02:00
},
2022-04-23 19:59:10 +02:00
"license": "AGPL-3.0-or-later",
2022-04-19 20:31:41 +02:00
"maintainer": {
2022-04-23 19:59:10 +02:00
"name": "",
"email": ""
2022-04-19 20:31:41 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
2022-04-24 08:35:36 +02:00
"multi_instance": false,
2022-04-19 20:31:41 +02:00
"services": [
2022-04-23 19:59:10 +02:00
"nginx"
2022-04-19 20:31:41 +02:00
],
"arguments": {
2022-04-23 19:59:10 +02:00
"install": [
2022-04-19 20:31:41 +02:00
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "admin",
"type": "user"
}
]
}
}