forked from balena-io-examples/balena-nodejs-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
26 lines (25 loc) · 881 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
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