How do you disable download in jupyterhub? We are deploying our app on openshift kubernete and we want to disable download base on a configuration value set in our environment. The jupyterhub download should be disabled base on our env setting when we start up our jupyterhub. Can we implement it inside jupyterhub_config.py? If so how? Thanks
The hub and singleuser servers are decoupled. The hub launches the singleuser container, but almost everything else is proxied straight through to that container. You’ll therefore need to disable downloads in that container, not in the hub.