Skip to content
Snippets Groups Projects
Commit 4b78a1a6 authored by Nathan RODET's avatar Nathan RODET
Browse files

Update instance-scripts/cloud-init.yml, instance-scripts/config-files/atrium.yaml

parent 1b6a2a91
No related branches found
No related tags found
No related merge requests found
Pipeline #55404 passed
......@@ -9,6 +9,7 @@ packages:
- curl
- git
- argon2
- build-essential
runcmd:
#
......
......@@ -9,27 +9,34 @@ apps: # optional : applications served by atrium
icon: web_asset
color: 4292030255
is_proxy: true
host: code-%atrium_count_index%
host: code
target: localhost:8080
- id: 2
name: Desktop
icon: web_asset
color: 4292030255
is_proxy: true
host: desktop-%atrium_count_index%
host: desktop
target: localhost:8081
- id: 3
name: Terminal
icon: terminal
color: 4292030255
is_proxy: true
host: terminal-%atrium_count_index%
host: terminal
target: localhost:8082
secured: true
login: admin
password: %user_password%
roles:
- ADMINS
- id: 4
name: App
icon: web_asset
color: 4292030255
is_proxy: true
host: app
target: localhost:3000
users:
- login: admin
password: %user_password_hash%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment