- 06 Mar, 2018 1 commit
-
-
Luciano Resende authored
-
- 20 Feb, 2018 7 commits
-
-
Min RK authored
Avoid placing anything under home directory in OpenShift deployments.
-
Min RK authored
Add entries to passwd/group if running as user not in passwd file.
-
Min RK authored
Sample builder scripts for build custom notebook images using Source-to-Image.
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
Avoid placing anything under home directory in OpenShift deployment example so can use it to mount volumes.
-
- 19 Feb, 2018 4 commits
-
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
- 18 Feb, 2018 4 commits
-
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
- 17 Feb, 2018 5 commits
-
-
Peter Parente authored
improve secure_path modification by storing in sudoers.d
-
Aaron Vinson authored
-
Peter Parente authored
Ensure directories/files under home directory are writable.
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
- 16 Feb, 2018 2 commits
- 15 Feb, 2018 3 commits
-
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
Use NB_UID for USER statement in Dockerfile so deployment platform can verify that image doesn't run as root.
-
- 14 Feb, 2018 3 commits
-
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
Graham Dumpleton authored
-
- 05 Feb, 2018 4 commits
-
-
Peter Parente authored
Upgrade to the first JupyterLab beta v0.31
-
Chris Zubak-Skees authored
-
Chris Zubak-Skees authored
-
Peter Parente authored
Fixing PYTHONPATH in base-notebook/start.sh
-
- 04 Feb, 2018 2 commits
-
-
Chris Zubak-Skees authored
-
Bidek56 authored
-
- 01 Feb, 2018 1 commit
-
-
Peter Parente authored
jupyterhub-lab support will be enabled if $JUPYTER_ENABLE_LAB is set.
-
- 31 Jan, 2018 4 commits
-
-
Min RK authored
Support provisioned storage with incorrect permissions
-
Christian Mesh authored
-
Christian Mesh authored
I ran into an issue when trying to get this to work with a NFS server which I did not have direct control over (EFS). As part of the PersistentVolumeClaim, there is no easy way to set the UID and GID of the created directory.on the networked FS. My only concern with this chown is that some user out there might be running jupyterhub in an odd configuration where $NB_USER is not supposed to have these exact permissions on the storage. I think this is quite unlikely, but it is worth mentioning. I chronicled my experiences with working around this issue and setting up z2jh on EFS in https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/421 with @yuvipanda.
-
Chia-liang Kao authored
-