File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
registry/BenraouaneSoufiane/modules/rustdesk Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,18 @@ This is the basic Coder's rustdesk module that installs minimal desktop environm
3838
3939``` tf
4040module "rustdesk" {
41- source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
42- agent_id = var.agent_id
41+ source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
42+ agent_id = var.agent_id
4343}
4444```
4545
4646Also add this within resource "docker_container" "workspace":
4747
4848``` tf
49- privileged = true
50- user = "root"
51- network_mode = "host"
52- ports {
49+ privileged = true
50+ user = "root"
51+ network_mode = "host"
52+ ports {
5353 internal = 21115
5454 external = 21115
5555}
@@ -71,10 +71,10 @@ Also you can customize the rustdesk version, virtual screen dimensions & the pas
7171
7272``` tf
7373module "rustdesk" {
74- source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
75- agent_id = var.agent_id
76- rustdesk_password = "mycustompass"
77- xvfb_resolution = "1920x1080x24"
78- rustdesk_version = "1.4.0"
74+ source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
75+ agent_id = var.agent_id
76+ rustdesk_password = "mycustompass"
77+ xvfb_resolution = "1920x1080x24"
78+ rustdesk_version = "1.4.0"
7979}
8080```
You can’t perform that action at this time.
0 commit comments