mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Stop bundling jupyterhub-configurator which has been disabled by default
This commit is contained in:
@@ -15,5 +15,4 @@ tljh-config
|
||||
authenticator-configuration
|
||||
escape-hatch
|
||||
idle-culler
|
||||
jupyterhub-configurator
|
||||
```
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
(topic-jupyterhub-configurator)=
|
||||
|
||||
# JupyterHub Configurator
|
||||
|
||||
The [JupyterHub configurator](https://github.com/yuvipanda/jupyterhub-configurator) allows admins to change a subset of hub settings via a GUI.
|
||||
|
||||
## Enabling the configurator
|
||||
|
||||
Because the configurator is under continue development and it might change over time, it is disabled by default in TLJH.
|
||||
If you want to experiment with it, it can be enabled using `tljh-config`:
|
||||
|
||||
```bash
|
||||
sudo tljh-config set services.configurator.enabled True
|
||||
sudo tljh-config reload
|
||||
```
|
||||
|
||||
## Accessing the Configurator
|
||||
|
||||
After enabling the configurator using `tljh-config`, the service will only be available to hub admins, from within the control panel.
|
||||
The configurator can be accessed from under `Services` in the top navigation bar. It will ask to authenticate, so it knows the user is an admin.
|
||||
Once done, the configurator interface will be available.
|
||||
Reference in New Issue
Block a user