Skip to content
Snippets Groups Projects

Develop

Merged Ghost User requested to merge develop into main
13 files
+ 179
158
Compare changes
  • Side-by-side
  • Inline
Files
13
hostname: labo.alpha.grandlyon.com
# The content of this file is recreated by cloud init.
hostname: %atrium_hostname%.daag.alpha.grandlyon.com
debug_mode: false
letsencrypt_email: nrodet@alpha.grandlyon.com
letsencrypt_email: %atrium_letsencrypt_email%
tls_mode: Auto
apps: # optional : applications served by atrium
- id: $COUNT
name: Code
- id: 1
name: Code %atrium_count_index%
icon: web_asset
color: 4292030255
is_proxy: true
host: instance$COUNT-code
target: $PRIVATE_IP:8080
apps: # optional : applications served by atrium
- id: $COUNT
name: Desktop
host: code-%atrium_count_index%
target: localhost:8080
- id: 2
name: Desktop %atrium_count_index%
icon: web_asset
color: 4292030255
is_proxy: true
host: instance$COUNT-desktop
target: $PRIVATE_IP:8081
\ No newline at end of file
host: desktop-%atrium_count_index%
target: localhost:8081
\ No newline at end of file
Loading