Skip to content
Snippets Groups Projects
Commit b5e5ea72 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Launch code server in background

parent fa5f137c
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49877 passed
......@@ -25,6 +25,9 @@ After the resources provisionned with Terraform, Cloud-init will configure the i
- Webtop
After deployment, each resource can be accessed though HTTPS depending their count number :
- https://desktop-0.rust-0.daag.alpha.grandlyon.com/
- https://code-0.rust-0.daag.alpha.grandlyon.com/
- https://desktop-1.rust-1.daag.alpha.grandlyon.com/
- https://code-1.rust-1.daag.alpha.grandlyon.com/
......
......@@ -77,7 +77,7 @@ runcmd:
- 'sed -i "s/%user_password%/$(scw-userdata user_password)/g" /root/config.yaml'
- "mv /root/config.yaml /root/.config/code-server/config.yaml"
- "curl -fsSL https://code-server.dev/install.sh | sh"
- "code-server"
- "sudo systemctl enable --now code-server@$USER"
#
# Run Webtop Container
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment