Skip to content

Commit

Permalink
Merge pull request #425 from yuvipanda/fixup
Browse files Browse the repository at this point in the history
Move homepage under jupyterhub.custom
  • Loading branch information
yuvipanda authored May 18, 2021
2 parents 4a6ca34 + 0ab9145 commit 7a60e7b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
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

0 comments on commit 7a60e7b

Please sign in to comment.