-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
4,278 additions
and
3,686 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
hub: | ||
config: | ||
GitHubOAuthenticator: | ||
client_id: 5872d2b7ea348ff2f8c0 | ||
client_secret: 6dafc2820264b4d8602e632e891f078481d4927a | ||
oauth_callback_url: https://gcp.opensci.live/hub/oauth_callback | ||
allowed_organizations: | ||
- nmfs-opensci:DaskHub | ||
scope: | ||
- read:org | ||
JupyterHub: | ||
authenticator_class: github | ||
|
||
proxy: | ||
traefik: | ||
extraInitContainers: | ||
# This startup delay can help the k8s container network find the | ||
# https certificate and allow letsencrypt to work | ||
- name: startup-delay | ||
image: busybox:stable | ||
command: ["sh", "-c", "sleep 10"] | ||
https: | ||
enabled: true | ||
hosts: | ||
- gcp.opensci.live | ||
letsencrypt: | ||
contactEmail: [email protected] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "NMFS OpenSci JupyterHub Notes" | ||
--- | ||
|
||
This page shows my notes for setting up JupyterHubs on various platforms. What is a JupyterHub? Read about why cloud computing environments are great: [SnowEx 2022](https://snowex-2022.hackweek.io/preliminary/jupyterhub.html) | ||
|
||
## Test JHub | ||
|
||
I have set us up a JHub with RStudio on Azure. It's on Kubernetes and will spin up VMs as needed. The VMs are not huge: 2CPU & 8 Gig RAM. | ||
|
||
<https://jhub.opensci.live/hub/login> | ||
|
||
Contact Eli if you want to test it out. See instructions under [JHub User Guide](JHub-User-Guide.html) | ||
|
||
## Installation instructions | ||
|
||
The other tabs to the left are my JHub installation notes for various platforms. | ||
|
||
|
Oops, something went wrong.