From 7431a6393f0df7501c5b2d1dbd259428a4602cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:58:24 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index eb19352..68f7491 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,18 +14,17 @@ license = "BSD-3-Clause" website = "https://example.com" demo = "https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo" admindoc = "https://jupyterlab.readthedocs.io/en/stable/" -userdoc = "https://yunohost.org/en/app_jupyterlab" code = "https://github.com/jupyterhub/jupyterhub" [integration] yunohost = ">= 11.1.11" -architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] +architectures = "all" multi_instance = true -ldap = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials. -sso = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal. -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +ldap = true +sso = false +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain]