Skip to content
Snippets Groups Projects
atrium.yaml 767 B
Newer Older
Nathan Rodet's avatar
Nathan Rodet committed
# The content of this file is recreated by cloud init.
hostname: %atrium_hostname%.%project_domain%
Nathan Rodet's avatar
Nathan Rodet committed
debug_mode: false
letsencrypt_email: %atrium_letsencrypt_email%
tls_mode: Auto
apps: # optional : applications served by atrium
  - id: 1
Nathan Rodet's avatar
Nathan Rodet committed
    icon: terminal
    color: 4292030255
    is_proxy: true
    host: terminal-%atrium_count_index%
Nathan RODET's avatar
Nathan RODET committed
    target: localhost:8081
Nathan Rodet's avatar
Nathan Rodet committed
    secured: true
    login: admin
    password: %user_password%
    roles:
      - ADMINS
Nathan Rodet's avatar
Nathan Rodet committed
  - id: 2
    name: Desktop
    icon: web_asset
    color: 4292030255
    is_proxy: true
    host: desktop
    target: localhost:8082
    login: admin
    password: %user_password%
    roles:
      - ADMINS
Nathan Rodet's avatar
Nathan Rodet committed
users:
  - login: admin
    password: %user_password_hash%
    roles:
Nathan Rodet's avatar
Nathan Rodet committed
      - ADMINS