Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move homepage under jupyterhub.custom #425

Merged
merged 2 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions config/hubs/cloudbank.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,21 +404,22 @@ hubs:
connection: google-oauth2
config:
jupyterhub:
homepage:
templateVars:
org:
name: San Jose Community College
logo_url: https://upload.wikimedia.org/wikipedia/commons/c/cf/SJCC_logo.png
url: https://www.sjcc.edu/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: CloudBank
url: http://cloudbank.org/
funded_by:
name: CloudBank
url: http://cloudbank.org/
custom:
homepage:
templateVars:
org:
name: San Jose Community College
logo_url: https://upload.wikimedia.org/wikipedia/commons/c/cf/SJCC_logo.png
url: https://www.sjcc.edu/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: CloudBank
url: http://cloudbank.org/
funded_by:
name: CloudBank
url: http://cloudbank.org/
hub:
config:
Authenticator:
Expand Down
31 changes: 16 additions & 15 deletions config/hubs/openscapes.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,22 @@ hubs:
operator: "Exists"
effect: "NoSchedule"
jupyterhub:
homepage:
templateVars:
org:
name: Openscapes
logo_url: https://www.openscapes.org/img/logo.png
url: https://www.openscapes.org/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Openscapes
url: https://www.openscapes.org/
custom:
homepage:
templateVars:
org:
name: Openscapes
logo_url: https://www.openscapes.org/img/logo.png
url: https://www.openscapes.org/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: 2i2c
url: https://2i2c.org
funded_by:
name: Openscapes
url: https://www.openscapes.org/
singleuser:
defaultUrl: /lab
initContainers:
Expand Down