the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
### Bug description On Debian, `opt/tljh/user/bin` was not appended to the user's PATH when initialized with the Systemdspawner To work around the issue, I need to modify /etc/profile to include...
### Proposed change With 1.0.0 pending I think we should review what we consider public (people should be free to use/extend/subclass) or private (use at your own risk). For example,...
### Bug description I have installed TLJH using the provided manual and enabled Google Auth. Recently, I've discovered that this auth method allows ANYONE with a Google account to access...
Reported by @minrk in https://github.com/jupyterhub/the-littlest-jupyterhub/pull/861#issuecomment-1552652928. I guess without looking into it that this fixture could be to blame, because it is reloading hub / proxy, but does it ensure they...
In dedbugging https://github.com/jupyterhub/the-littlest-jupyterhub/issues/885 we became uncertain about what version of jupyterhub was actually used. We believed that jupyterhub 4 was used before we had upgraded to it. I think we...
### Bug description After logging in as admin, I create two users (user1 and user2). Then I create three directories by following all three methods provided [here](https://tljh.jupyter.org/en/latest/howto/content/share-data.html#share-data-with-your-users). The problem is...
### Proposed change I think we should probably use frozen environments for the bootstrap step. We've learned from experience on Binder that pinning only direct dependencies is the absolute best...
### Bug description New TLJH users are added to the jupyterhub-users group, but also to a new group equal to their username (e.g. jupyter-x). When user jupyter-x creates a new...
There is [a pending question](https://github.com/jupyterhub/the-littlest-jupyterhub/pull/856#discussion_r1144780863) about this in a PR, but I think we should avoid waiting for that to merge, so I opened this issue to offload this from...
Hi, I've set up a jupyterhub distribution for my class using this littlest jupyterhub option. Everything works great, so thanks a lot for having developed such an amazing project. I...