Skip to content

Commit a8a2a75

Browse files
rootroot
authored andcommitted
Formatting files using fmt command
1 parent fb3ee63 commit a8a2a75

File tree

4 files changed

+363
-33
lines changed

4 files changed

+363
-33
lines changed

package-lock.json

Lines changed: 326 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

registry/BenraouaneSoufiane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ status: "community"
1111

1212
# Benraouane Soufiane
1313

14-
Full stack developer creating awesome things.
14+
Full stack developer creating awesome things.

registry/BenraouaneSoufiane/modules/rustdesk/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ This is the basic Coder's rustdesk module that installs minimal desktop environm
2929
- A workspace agent compatible with Linux and `apt` package manager
3030
- Root scope (to install desktop environment, rustdesk & execute rustdesk --password "somepassword", because rustdesk cli does not provide a way to get the password else setup in advance, the command rustdesk --password "somepassword" only for root users)
3131

32-
3332
---
3433

3534
### Quickstart
@@ -43,8 +42,9 @@ module "rustdesk" {
4342
agent_id = var.agent_id
4443
}
4544
```
45+
4646
Also add this within resource "docker_container" "workspace":
47-
47+
4848
```tf
4949
privileged = true
5050
user = "root"
@@ -68,6 +68,7 @@ ports {
6868
```
6969

7070
Also you can customize the rustdesk version, virtual screen dimensions & the pass
71+
7172
```tf
7273
module "rustdesk" {
7374
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"

0 commit comments

Comments
 (0)