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

simplified name

parent 0e4e6362
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 #49301 passed
......@@ -14,8 +14,8 @@ 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-1.rust1.daag.alpha.grandlyon.com/
- https://code-1.rust1.daag.alpha.grandlyon.com/
- https://desktop-1.rust-1.daag.alpha.grandlyon.com/
- https://code-1.rust-1.daag.alpha.grandlyon.com/
User :
- Username: abc
......@@ -42,7 +42,7 @@ Infrastructure is ready, the cloud-init script will run at boot 3 services and l
## Setup Terraform Locally
First, you must setup 2 local files for your variables :
C2sB13r12p1546dfsdf8cv151
### variables-local.tf
Create a file **variables-local.tf** containing the following code :
......
......@@ -83,4 +83,4 @@ runcmd:
# Run Webtop Container
#
- "docker run -d --name=webtop --security-opt seccomp=unconfined -e PUID=0 -e PGID=0 -e TZ=Europe/Paris -e SUBFOLDER=/ -e KEYBOARD=fr-fr-azerty -e AUTO_LOGIN=false -p 8081:3000 -v /root/webtop_data/:/config -v /var/run/docker.sock:/var/run/docker.sock --shm-size=8gb --cap-add=NET_ADMIN --privileged --restart unless-stopped --sysctl net.ipv6.conf.all.disable_ipv6=0 lscr.io/linuxserver/webtop:ubuntu-xfce"
- 'echo -e "$(scw-userdata user_password)\n$(scw-userdata user_password)" | docker exec -i webtop passwd abc'
\ No newline at end of file
- 'echo "$(scw-userdata user_password)\n$(scw-userdata user_password)" | docker exec -i webtop passwd abc'
\ No newline at end of file
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