diff --git a/README.md b/README.md index b2466252491b5aaec640ea8ca1a40c38d3951ac2..860591dedad06ed708f74562c10a7adc08b5215e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Alpha Project Manager +# Labo Rust -An Infrastructure as Code manager to deploy lab infrastructure and configure instances. Working with Atrium, Gitlab CI, Terraform, Cloud-init and Scaleway. +Infrastructure as Code project to deploy lab infrastructure and configure instances. Working with Atrium, Gitlab CI, Terraform, Cloud-init, bash scripts and Scaleway. ### How does it work ? diff --git a/instance-scripts/config-files/atrium.yaml b/instance-scripts/config-files/atrium.yaml index af50a7c7b6e2fcd6442f0ed44cb2beafa57d63e9..aaccd459454a117c61a0616bfce690fbb4196edb 100644 --- a/instance-scripts/config-files/atrium.yaml +++ b/instance-scripts/config-files/atrium.yaml @@ -5,21 +5,21 @@ letsencrypt_email: %atrium_letsencrypt_email% tls_mode: Auto apps: # optional : applications served by atrium - id: 1 - name: Code %atrium_count_index% + name: Code icon: web_asset color: 4292030255 is_proxy: true host: code-%atrium_count_index% target: localhost:8080 - id: 2 - name: Desktop %atrium_count_index% + name: Desktop icon: web_asset color: 4292030255 is_proxy: true host: desktop-%atrium_count_index% target: localhost:8081 - id: 3 - name: Terminal %atrium_count_index% + name: Terminal icon: terminal color: 4292030255 is_proxy: true diff --git a/instance-scripts/scripts/ttyd.sh b/instance-scripts/scripts/ttyd.sh index 45b88f534194e5105f07df4612696f4ce4963fba..8ca8e5c071701fdc08744ed2fdc1df00d8436dc3 100644 --- a/instance-scripts/scripts/ttyd.sh +++ b/instance-scripts/scripts/ttyd.sh @@ -5,7 +5,7 @@ # mkdir -p /root/ttyd -curl https://github.com/tsl0922/ttyd/releases/download/1.7.2/ttyd.x86_64 -o root/ttyd/ttyd.x86_64 +curl https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.x86_64 -o root/ttyd/ttyd.x86_64 chmod +x /root/ttyd/ttyd.x86_64 curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/ttyd.service -o etc/systemd/system/ttyd.service sed -i "s|%user_password%|$(scw-userdata user_password)|g" /etc/systemd/system/ttyd.service