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

Add config custom #135

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Commits on Jul 12, 2024

  1. Add config custom

    This mimics z2jh, and is [documented there](https://z2jh.jupyter.org/en/stable/resources/reference.html#custom):
    
    >Additional values to pass to the Hub. JupyterHub will not itself look at these, but you can read values in your own custom config via hub.extraConfig. For example:
    >
    >```yaml
    >custom:
    >  myHost: "https://example.horse"
    >hub:
    >  extraConfig:
    >    myConfig.py: |
    >      c.MyAuthenticator.host = get_config("custom.myHost")
    >```
    consideRatio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f6aec6f View commit details
    Browse the repository at this point in the history