From db5e0b8fdf8a8ebe2182bada291d02a44dca0a96 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 30 Nov 2022 21:36:29 +0100 Subject: [PATCH] Disallow jupyter hub on demo --- src/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.js b/src/constants.js index 9c5752ff3..6cde69abb 100644 --- a/src/constants.js +++ b/src/constants.js @@ -40,6 +40,7 @@ exports = module.exports = { DEMO_USERNAME: 'cloudron', DEMO_BLACKLISTED_APPS: [ + 'org.jupyter.cloudronapp', 'com.github.cloudtorrent', 'net.alltubedownload.cloudronapp', 'com.adguard.home.cloudronapp',