-
I am having difficulty installing TLJH, when I run:
```
$ curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo python3 - --admin testadmin
…
-
As an alternative to the approach I outlined in Issue #46 (multiple users sharing one account), which frankly, seems dodgy, I am looking at getting TLJH running with HTTPS, LDAP Authentication, and au…
-
Currently, to configure the user environment with libraries, we log in as admin and install them one by one. Given that this is likely to be a common procedure, an alternative is to allow for a requir…
-
@willingc @consideRatio I've started [a hackmd](https://hackmd.io/NQQDt3tBQqaIyTi_Xt0h-A) to outline our JupyterCon tutorial. Let's give a breakdown of what we want to accomplish, and then set some ro…
minrk updated
6 years ago
-
The installation instructions (specifically the "Administrative Access" page) states:
> Admin users are specified in the YAML config file at /opt/tljh/config.yaml. This file is created upon install…
-
Currently config is located in $PREFIX/config.yaml, which is where admin users are set, and presumably authenticator will be chosen when that's exposed, etc. This file doesn't seem to appear in the do…
minrk updated
6 years ago
-
Finally got time to try this. It works well! Super easy.
I want to share my notes from getting it working on AWS in case it helps anyone. I saved images to work up into a user-friendly tutorial. (S…
-
Please describe your issue as accurately as possible. If you run into a problem with a binary release, make sure to test with latest `master` as well.
**Important:** When reporting an issue with a …
-
TLJH has a lot of security implications. Lay it out!
-
In addition to #49, a second way in which people might like to configure the user environment is by making certain files (datasets, notebooks, etc.) available to all users. Ideally these could be clon…