Config files for a JupyterHub on the National Research Platform
in development
up.sh
Runs a kubernetes helm chart deploy usingvalues.yaml
andsecrets.yaml
configuration on Nautilus. See official docs for details.
- Organization setup (OAuth)
- https://z2jh.jupyter.org/en/stable/administrator/authentication.html
- Org settings > Developer settings (bottom of left panel) > OAuth apps > New OAuth app
- Generate a client ID
- Save as secrets in
secrets.yaml
:hub: config: GitHubOAuthenticator: client_id: "...secret..." client_secret: "...secret..."