mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Update manifest.toml
This commit is contained in:
parent
d219838cb1
commit
e618031f21
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "JupyterLab"
|
||||||
description.en = "Code console environment for running Python code interactively"
|
description.en = "Code console environment for running Python code interactively"
|
||||||
description.fr = "Console de code pour exécuter du code Python de manière interactive"
|
description.fr = "Console de code pour exécuter du code Python de manière interactive"
|
||||||
|
|
||||||
version = "3.6.1~ynh2"
|
version = "3.6.1~ynh3"
|
||||||
|
|
||||||
maintainers = ["kay0u"]
|
maintainers = ["kay0u"]
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@ admindoc = "https://jupyterlab.readthedocs.io/en/stable/"
|
||||||
code = "https://github.com/jupyterhub/jupyterhub"
|
code = "https://github.com/jupyterhub/jupyterhub"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.9"
|
yunohost = ">= 11.1.11"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "950M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue