Skip to content

Commit

Permalink
Set /hub/home to be hub's default url.
Browse files Browse the repository at this point in the history
This drops the user into the named server choice.
  • Loading branch information
ryanlovett committed Sep 29, 2023
1 parent 82b5893 commit a7d13c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployments/dev-r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jupyterhub:
#- rylo
#- sknapp

# List of other admin users
extraConfig:
20-hubHome: |
# Direct users to named server list
c.JupyterHub.default_url = '/hub/home'
loadRoles:
course-staff-1524699:
description: Enable course staff to view and access servers.
Expand Down

0 comments on commit a7d13c0

Please sign in to comment.