name: abt-node-launcher
title: ABT Node Launcher
version: 1.3.2
description: >-
  The blocklet that helps you manage ABT Node instances across cloud providers
  such as AWS, Azure
keywords:
  - dapp
  - launcher
files:
  - build
  - screenshots
  - logo.png
  - blocklet.md
  - README.md
author:
  name: wangshijun
  email: shijun@arcblock.io
repository:
  type: git
  url: 'https://github.com/ArcBlock/abt-node/tree/master/blocklets/abt-node-launcher'
license: Apache-2.0
group: dapp
main: blocklet.js
logo: logo.png
community: 'https://community.arcblockio.cn'
documentation: ''
homepage: ''
screenshots: []
support: support@arcblock.io
environments:
  - name: AWS_ACCESS_KEY_ID
    description: AWS Access Key ID
    required: true
    secure: true
    default: ''
  - name: AWS_SECRET_ACCESS_KEY
    description: AWS Access Secret
    required: true
    secure: true
    default: ''
  - name: AWS_SESSION_TOKEN
    description: AWS Session Token
    required: false
    secure: true
    default: ''
scripts:
  preDeploy: npm run bundle
  dev: npm run start
specVersion: 1.0.1
did: z8iZtEm3ozV3yhZ3gZ7EXppsseS3bPV8wyPft
interfaces:
  - type: web
    name: adminUrl
    path: /
    prefix: '*'
    port: BLOCKLET_PORT
    protocol: tcp
    services:
      - name: '@abtnode/auth-service'
        config:
          invitedUserOnly: not-first
timeout:
  start: 10
requirements:
  abtnode: '>=1.1.17'
charging:
  price: 0
  tokens: []
  shares: []
children: []
gitHash: 1f1c698d68793159584534a3471ebde90775e20a
