1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elabftw_ynh.git synced 2024-09-03 18:26:23 +02:00
elabftw_ynh/manifest.json
2022-05-17 16:21:43 +02:00

48 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "eLabFTW",
"id": "elabftw",
"packaging_format": 1,
"description": {
"en": "Open source electronic lab notebook for research labs",
"fr": "Cahier de laboratoire électronique open source pour les laboratoires de recherche"
},
"version": "4.0.11~ynh1",
"url": "https://www.elabftw.net",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://www.elabftw.net",
"demo": "https://demo.elabftw.net/login.php",
"admindoc": "https://doc.elabftw.net/",
"code": "https://github.com/elabftw/elabftw"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, eLabFTW will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, eLabFTW sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}