This commit is contained in:
mikolajpaterka 2023-01-03 22:59:53 +01:00
parent 3b30c1ce33
commit 8038f32986

View File

@ -1,18 +0,0 @@
write_files:
- content: |
curl -fsSL https://code-server.dev/install.sh > /root/install.sh
path: /root/install.sh
owner: root:root
- content: |
bind-addr: 0.0.0.0:8080
auth: password
password: vscpassword
cert: false
path: /root/config.yml
owner: root:root
runcmd:
- cd /root/
- chmod u+x install.sh
- ./install.sh
- code-server --config config.yml