Skip to content

Commit 1815d21

Browse files
authored
Merge branch 'main' into repo-sync/nebari/default
2 parents 8aac902 + e6db343 commit 1815d21

20 files changed

+1198
-8
lines changed

β€Ždocs/docs/how-tos/jhub-app-launcher.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ JHub App Launcher is was integrated into Nebari in version
4040
and is not enabled by default.
4141
:::
4242
43+
## Overrides
44+
45+
This integration also supports overrides, as in configuring jhub-apps via `nebari-config.yml`.
46+
The syntax for the same is given below:
47+
48+
```yaml
49+
jhub_apps:
50+
enabled: true
51+
overrides:
52+
# Anything that can be customized via
53+
# c.JAppsConfig.<ATTRIBUTE>
54+
# See https://github.com/nebari-dev/jhub-apps/blob/5ed5c9d3d1eeb08a5710001fef1e63295d7cb48d/jhub_apps/config_utils.py#L5
55+
service_workers: 4
56+
blocked_frameworks:
57+
- jupyterlab
58+
- custom
59+
```
60+
4361
## Usage
4462

4563
Documentation on how to create apps is included in the

β€Ždocs/docs/references/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ Explicit user facing changes:
13651365

13661366
- `qhub deploy -c qhub-config.yaml` no longer prompts unsupported argument for `load_config_file`.
13671367
- Minor changes on the Step-by-Step walkthrough on the docs.
1368-
- Revamp of README.md to make it concise and highlight QHub HPC.
1368+
- Revamp of README.md to make it concise and highlight Nebari Slurm.
13691369

13701370
### Breaking changes
13711371

88.1 KB
Loading
52.1 KB
Loading
43.5 KB
Loading
30.4 KB
Loading
126 KB
Loading
103 KB
Loading
98.8 KB
Loading
24.1 KB
Loading

0 commit comments

Comments
Β (0)