File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
registry/coder/modules/rstudio-server Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
display_name : RStudio Server
3
- description : A module that deploys Rocker Project distribution of RStudio Server in your Coder template .
3
+ description : Deploy the Rocker Project distribution of RStudio Server in your Coder workspace .
4
4
icon : ../../../../.icons/rstudio.svg
5
5
verified : true
6
6
tags : [rstudio, ide, web]
7
7
---
8
8
9
9
# RStudio Server
10
10
11
- A module that deploys Rocker Project distribution of RStudio Server in your Coder template .
11
+ Deploy the Rocker Project distribution of RStudio Server in your Coder workspace .
12
12
13
13
![ RStudio Server] ( ../../.images/rstudio-server.png )
14
14
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ variable "rstudio_server_version" {
30
30
variable "disable_auth" {
31
31
type = bool
32
32
description = " Disable auth"
33
- default = false
33
+ default = true
34
34
}
35
35
36
36
variable "rstudio_user" {
You can’t perform that action at this time.
0 commit comments