mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
add rtc screenshots
This commit is contained in:
BIN
docs/source/images/collaboration-admin-ui.png
Normal file
BIN
docs/source/images/collaboration-admin-ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
BIN
docs/source/images/jupyterlab-rtc.png
Normal file
BIN
docs/source/images/jupyterlab-rtc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
@@ -1,5 +1,7 @@
|
||||
# Real-time collaboration without impersonation
|
||||
|
||||

|
||||
|
||||
:::{note}
|
||||
It is recommended to use at least JupyterLab 3.6 with JupyterHub >= 3.1.1 for this.
|
||||
:::
|
||||
@@ -156,3 +158,5 @@ The `admin-ui` and `list:users` permissions are not strictly required, but they
|
||||
The only built-in UI JupyterHub has to view other users' servers is the admin page.
|
||||
Users can have very limited access to the admin page to take the few actions they are allowed to do without needing any elevated permissions, so that's the quickest way to given them the buttons they need for this, but it may not be how you want to do it in the long run.
|
||||
If you provide the necessary links (e.g. `https://yourhub.example/hub/spawn/vox-collab/`) on some other page, these permissions are not necessary.
|
||||
|
||||

|
||||
|
@@ -1,8 +1,13 @@
|
||||
c = get_config() # noqa
|
||||
|
||||
# toy config for example
|
||||
# you will use a real authenticator and Spawner
|
||||
c.JupyterHub.authenticator_class = "dummy"
|
||||
c.JupyterHub.spawner_class = "docker"
|
||||
|
||||
# note: which Spawner you choose will determine some of what the collaboration account needs
|
||||
# if it's LocalProcessSpawner or systemd,
|
||||
# a real system user must be created.
|
||||
# other spawners (simple, docker, kubernetes) do not need system users to exist
|
||||
c.JupyterHub.spawner_class = "simple"
|
||||
|
||||
c.JupyterHub.log_level = 10
|
||||
c.JupyterHub.cleanup_servers = True
|
||||
|
Reference in New Issue
Block a user