mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
docs: fix base path for JupyterLab (#4790)
It seems the base path uses the app name (for now anyway).
This commit is contained in:
@@ -219,7 +219,7 @@ data "coder_workspace" "me" {}
|
||||
## string in the base_url. This caveat is unique to Jupyter.
|
||||
|
||||
locals {
|
||||
jupyter_base_path = "/@${data.coder_workspace.me.owner}/${data.coder_workspace.me.name}/apps/jupyter/"
|
||||
jupyter_base_path = "/@${data.coder_workspace.me.owner}/${data.coder_workspace.me.name}/apps/JupyterLab/"
|
||||
}
|
||||
|
||||
resource "coder_agent" "coder" {
|
||||
|
||||
Reference in New Issue
Block a user