Newer
Older
cat<<EOF >> ./atrium.yaml
hostname: labo.alpha.grandlyon.com
debug_mode: false
letsencrypt_email: nrodet@alpha.grandlyon.com
apps: # optional : applications served by atrium
- id: "$COUNT"
name: Code
icon: web_asset
color: 4292030255
is_proxy: true
host: machine$COUNT-code
target: $PRIVATE_IP:8080
apps: # optional : applications served by atrium
- id: "$COUNT"
name: Desktop
icon: web_asset
color: 4292030255
is_proxy: true
host: machine$COUNT-desktop
target: $PRIVATE_IP:8081
EOF