Update Amazon DCV module with image and icon changes
- Include visualization in README with new image - Change icon path in Terraform configuration for DCV
This commit is contained in:
BIN
.images/amazon-dcv-windows.png
Normal file
BIN
.images/amazon-dcv-windows.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
@@ -12,14 +12,16 @@ tags: [windows, dcv, web, desktop]
|
|||||||
|
|
||||||
Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions.
|
Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Enable DCV Server and Web Client on Windows workspaces.
|
Enable DCV Server and Web Client on Windows workspaces.
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "dcv" {
|
module "dcv" {
|
||||||
count = data.coder_workspace.me.start_count
|
count = data.coder_workspace.me.start_count
|
||||||
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
|
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
|
||||||
version = "1.0.24"
|
version = "1.0.24"
|
||||||
agent_id = resource.coder_agent.main.id
|
agent_id = resource.coder_agent.main.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -45,4 +47,4 @@ resource "coder_metadata" "dcv" {
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information.
|
Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ resource "coder_app" "web-dcv" {
|
|||||||
slug = var.slug
|
slug = var.slug
|
||||||
display_name = "Web DCV"
|
display_name = "Web DCV"
|
||||||
url = "https://localhost:${var.port}${local.web_url_path}?username=${local.admin_username}&password=${var.admin_password}"
|
url = "https://localhost:${var.port}${local.web_url_path}?username=${local.admin_username}&password=${var.admin_password}"
|
||||||
icon = "/icon/desktop.svg"
|
icon = "/icon/dcv.svg"
|
||||||
subdomain = var.subdomain
|
subdomain = var.subdomain
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user