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

63 lines
1.8 KiB
JSON
Raw Normal View History

2018-12-28 21:59:37 +01:00
{
"name": "JupyterLab",
"id": "jupyterlab",
"packaging_format": 1,
"description": {
2022-09-24 09:22:29 +02:00
"en": "Code console environment for running Python code interactively",
"fr": "Console de code pour exécuter du code Python de manière interactive"
2018-12-28 21:59:37 +01:00
},
2023-02-10 22:06:29 +01:00
"version": "3.6.1~ynh1",
2022-08-23 07:27:06 +02:00
"url": "https://jupyter.org",
2022-03-11 00:23:07 +01:00
"upstream": {
"license": "BSD-3-Clause",
2022-08-23 07:27:06 +02:00
"website": "https://jupyter.org",
2022-03-11 00:23:07 +01:00
"demo": "https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo",
"admindoc": "https://jupyterlab.readthedocs.io/en/stable/",
"code": "https://github.com/jupyterhub/jupyterhub",
"cpe": "cpe:2.3:a:jupyter:nbdime-jupyterlab"
2022-03-11 00:23:07 +01:00
},
2018-12-31 00:04:19 +01:00
"license": "BSD-3-Clause",
2018-12-28 21:59:37 +01:00
"maintainer": {
2019-02-25 17:40:26 +01:00
"name": "kay0u",
"email": "pierre@kayou.io"
2018-12-28 21:59:37 +01:00
},
"requirements": {
2022-08-23 07:04:26 +02:00
"yunohost": ">= 11.0.9"
2018-12-28 21:59:37 +01:00
},
2018-12-31 00:04:19 +01:00
"multi_instance": true,
2018-12-28 21:59:37 +01:00
"services": [
"nginx"
],
"arguments": {
2019-01-26 15:04:44 +01:00
"install": [
2018-12-28 21:59:37 +01:00
{
"name": "domain",
2022-03-11 00:23:07 +01:00
"type": "domain"
2018-12-28 21:59:37 +01:00
},
{
"name": "path",
"type": "path",
2019-08-14 00:07:10 +02:00
"example": "/jupyterlab",
"default": "/jupyterlab"
2018-12-28 21:59:37 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
2022-03-11 00:23:07 +01:00
{
"name": "admin",
"type": "user"
},
{
"name": "enable_terminal",
"type": "boolean",
"ask": {
"en": "Enable terminal in the lab?",
"fr": "Activer le terminal dans le lab ?"
},
"default": true
2018-12-28 21:59:37 +01:00
}
]
}
}