Пример конфигурации

Нода

Пример конфигурации

services:
  - name: htop_short
    command: htop
    save_history: true
    inactivity_ttl: "30s"
    init_commands:
     - apt-get install htop
    env:
      ENV_TEST: envTestValue
  - name: htop
    command: htop
    save_history: true
    max_history_length: 1M
    env:
      ENV_1: envTestValue1
      ENV_2: envTestValue2
  - name: mongo
    command: mongo
    run_as: mongodb
    save_history: true
  - name: bash
    command: /bin/bash
    save_history: true
    work_dir: /tmp
    tags:
      - bash
      - full-controll
      - production
    env:
      TERM: xterm

control_server: grpc1.teamshell.com:443
server: shell1.teamshell.com:7890
secret: 6ig94zfzdz2g21h5pwgv98pzp9qjsc
keyFile: "/etc/nodekey.pem"
node_name: node_on_server1