Skip to content

Commit 676e215

Browse files
authored
chore: path app IDEs (#11007)
1 parent 70cede8 commit 676e215

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

docs/admin/healthcheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Coder's current activity and usage. It may be necessary to increase the
114114
resources allocated to Coder's database. Alternatively, you can raise the
115115
configured threshold to a higher value (this will not address the root cause).
116116

117-
> **Tip:**
117+
> [!TIP]
118118
>
119119
> - You can enable
120120
> [detailed database metrics](../cli/server.md#--prometheus-collect-db-metrics)

docs/ides/web-ides.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,16 @@ resource "coder_app" "jupyter" {
222222
}
223223
```
224224

225+
If you cannot enable a
226+
[wildcard subdomain](https://coder.com/docs/v2/latest/admin/configure#wildcard-access-url),
227+
you can configure the template to run Jupyter on a path. There is however
228+
[security risk](https://coder.com/docs/v2/latest/cli/server#--dangerous-allow-path-app-sharing)
229+
running an app on a path and the template code is more complicated with coder
230+
value substitution to recreate the path structure.
231+
232+
[This](https://github.com/sharkymark/v2-templates/tree/main/pod-with-jupyter-path)
233+
is a community template example.
234+
225235
![JupyterLab in Coder](../images/jupyter.png)
226236

227237
## RStudio
@@ -259,6 +269,17 @@ resource "coder_app" "rstudio" {
259269
}
260270
```
261271

272+
If you cannot enable a
273+
[wildcard subdomain](https://coder.com/docs/v2/latest/admin/configure#wildcard-access-url),
274+
you can configure the template to run RStudio on a path using an NGINX reverse
275+
proxy in the template. There is however
276+
[security risk](https://coder.com/docs/v2/latest/cli/server#--dangerous-allow-path-app-sharing)
277+
running an app on a path and the template code is more complicated with coder
278+
value substitution to recreate the path structure.
279+
280+
[This](https://github.com/sempie/coder-templates/tree/main/rstudio) is a
281+
community template example.
282+
262283
![RStudio in Coder](../images/rstudio-port-forward.png)
263284

264285
## Airflow

examples/templates/community-templates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ templates.
2929
- [atnomoverflow/coder-template](https://github.com/atnomoverflow/coder-template) -
3030
Kubernetes template that install VS code server Rstudio jupyter and also set
3131
ssh access to gitlab (Works also on self managed gitlab).
32+
- [sempie/coder-templates](https://github.com/sempie/coder-templates) - RStudio
33+
template on a path using NGINX in the workspace
3234

3335
## Automation
3436

0 commit comments

Comments
 (0)