-
Notifications
You must be signed in to change notification settings - Fork 176
/
balena.yml
29 lines (28 loc) · 900 Bytes
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: balena-nodejs-hello-world
type: sw.application
joinable: false
description: >-
This is a simple skeleton NodeJS server that works on any of the devices
supported by balena. It also serves as a boilerplate project for you to get
started on building your fleet. Have fun!
post-provisioning: >-
## Usage instructions
Allow a few minutes for your device to download the app. Once it's
completed, the welcome page should be accessible on the public device URL.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balena-io-examples/balena-nodejs-hello-world/'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balena-io-examples/balena-nodejs-hello-world/master/logo.png'
data:
supportedDeviceTypes:
- generic-x86-64-ext
- generic-aarch64
- fincm3
- beaglebone-black
- jetson-tx2
version: 2.0.1