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.toml

90 lines
2.1 KiB
TOML
Raw Normal View History

2024-03-21 23:29:19 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-11-27 17:13:12 +01:00
packaging_format = 2
id = "jupyterlab"
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"
2024-04-05 03:37:47 +02:00
version = "4.1.5~ynh1"
2023-11-27 17:13:12 +01:00
maintainers = ["kay0u"]
[upstream]
license = "BSD-3-Clause"
website = "https://jupyter.org"
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"
[integration]
yunohost = ">= 11.2"
2023-11-27 17:15:04 +01:00
architectures = "all"
2024-02-07 16:40:52 +01:00
multi_instance = false
2023-11-27 17:15:04 +01:00
ldap = true
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-11-27 17:13:12 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/jupyterlab"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.enable_terminal]
ask.en = "Enable terminal in the lab?"
ask.fr = "Activer le terminal dans le lab ?"
type = "boolean"
default = true
[resources]
2024-03-21 23:29:19 +01:00
[resources.sources.main]
2024-04-05 03:37:47 +02:00
url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/4.1.5.tar.gz"
sha256 = "750511c4956e2926625b1c9a6cc0e6e82e090a8b682e631c8117b2e104f94723"
2024-03-21 23:29:19 +01:00
# Only used for autoupdate, code will checkout the commit
prefetch = false
autoupdate.strategy = "latest_github_tag"
2023-11-27 17:13:12 +01:00
[resources.system_user]
[resources.install_dir]
2024-03-21 23:54:15 +01:00
# Using /opt because /var/www has ACLs that prevent users to access it
dir = "/opt/__APP__"
2023-11-27 17:13:12 +01:00
2023-11-27 17:21:33 +01:00
[resources.ports]
main.default = 8080
hub.default = 8081
http_proxy.default = 8082
2023-11-27 17:13:12 +01:00
[resources.permissions]
main.url = "/"
2023-11-27 17:15:04 +01:00
[resources.apt]
2024-03-21 23:29:19 +01:00
packages = [
"python3-dev",
"python3-pip",
"python3-venv",
2024-03-21 23:56:10 +01:00
"pipenv",
2024-03-21 23:29:19 +01:00
]
[resources.apt.extras.yarn]
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
packages = ["yarn"]