-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the configuration for the sjcc hub.
- Loading branch information
1 parent
47969bf
commit eab85f2
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -396,3 +396,38 @@ hubs: | |
- [email protected] | ||
- [email protected] | ||
admin_users: *palomar_users | ||
- name: sjcc | ||
domain: | ||
- sjcc.cloudbank.2i2c.cloud | ||
template: basehub | ||
auth0: | ||
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/ | ||
hub: | ||
config: | ||
Authenticator: | ||
allowed_users: &sjcc_users | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
admin_users: *sjcc_users |