forked from balena-labs-projects/balena-node-red
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
31 lines (31 loc) · 767 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
30
31
name: balena-node-red
type: sw.application
description: >-
Build a Node-RED application with balena-supervisor flow support that can be
managed remotely via balena publicURL.
joinable: false
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs/balena-node-red'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenablocks/balena-node-red/master/logo.png
data:
applicationEnvironmentVariables:
- PORT: 80
- USERNAME: balena
- PASSWORD: balena
- ENCRIPTION_KEY: balena
defaultDeviceType: raspberry4-64
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
- fincm3
version: 2.3.1