Skip to content

Commit

Permalink
Merge pull request #534 from nebari-dev/jhub-apps-overrides
Browse files Browse the repository at this point in the history
Add docs for `jhub-apps` overrides
  • Loading branch information
dcmcand authored Oct 28, 2024
2 parents 467942a + a878433 commit 2188a1d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/docs/how-tos/jhub-app-launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,24 @@ JHub App Launcher is was integrated into Nebari in version
and is not enabled by default.
:::
## Overrides
This integration also supports overrides, as in configuring jhub-apps via `nebari-config.yml`.
The syntax for the same is given below:

```yaml
jhub_apps:
enabled: true
overrides:
# Anything that can be customized via
# c.JAppsConfig.<ATTRIBUTE>
# See /~https://github.com/nebari-dev/jhub-apps/blob/5ed5c9d3d1eeb08a5710001fef1e63295d7cb48d/jhub_apps/config_utils.py#L5
service_workers: 4
blocked_frameworks:
- jupyterlab
- custom
```

## Usage

Documentation on how to create apps is included in the
Expand Down

0 comments on commit 2188a1d

Please sign in to comment.