1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
This commit is contained in:
Éric Gaspar 2023-06-14 09:46:16 +02:00
parent c5446783ec
commit 962bc5ffc0
4 changed files with 6 additions and 7 deletions

View file

@ -12,6 +12,7 @@ location __PATH__/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';

View file

@ -5,7 +5,7 @@ name = "JupyterLab"
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"
version = "3.6.1~ynh3"
version = "4.0.2~ynh1"
maintainers = ["kay0u"]
@ -17,7 +17,7 @@ admindoc = "https://jupyterlab.readthedocs.io/en/stable/"
code = "https://github.com/jupyterhub/jupyterhub"
[integration]
yunohost = ">= 11.1.11"
yunohost = ">= 11.1.20"
architectures = "all"
multi_instance = true
ldap = true
@ -53,8 +53,8 @@ ram.runtime = "50M"
type = "boolean"
default = true
[resources]
[resources.ports]
main.default = 8080
hub.default = 8081
@ -69,7 +69,6 @@ ram.runtime = "50M"
[resources.apt]
packages = "python3-dev python3-pip"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"

View file

@ -4,9 +4,9 @@
# COMMON VARIABLES
#=================================================
nodejs_version="16"
nodejs_version="18"
jupyterlab_version="3.6.1"
jupyterlab_version="4.0.2"
#=================================================
# PERSONAL HELPERS

View file

@ -50,7 +50,6 @@ then
popd
fi
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================