8000 feat(jupyterlab): add support for `subdomain=false` by framctr · Pull Request #316 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

feat(jupyterlab): add support for subdomain=false #316

Merged
merged 20 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update jupyterlab/main.tf
Co-authored-by: Asher <ash@coder.com>
  • Loading branch information
matifali and code-asher authored Oct 21, 2024
commit 0dcba9b08c6b99541fbd265dc008b0e839e822c7
2 changes: 1 addition & 1 deletion jupyterlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "share" {

variable "subdomain" {
type = bool
description = "Determines whether JupyterLab will be accessed via it's own subdomain or whether it will be accessed via a path on Coder."
description = "Determines whether JupyterLab will be accessed via its own subdomain or whether it will be accessed via a path on Coder."
default = true
}

Expand Down
Loading
0