-
Notifications
You must be signed in to change notification settings - Fork 1
/
balena.yml
35 lines (34 loc) · 1.02 KB
/
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
32
33
34
35
name: Paradise
description: >-
Raspberry Pi-powered facility control panel for sACN & OSC.
fleetcta: Raspberry Pi control panel for sACN & OSC.
post-provisioning: >-
Read the full instructions at [ParadisePi](https://paradise-pi.github.io/ParadisePi/)
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/Paradise-Pi/ParadisePi'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/Paradise-Pi/ParadisePi/v3/icon/icon.png
data:
applicationConfigVariables:
- RESIN_HOST_CONFIG_disable_splash: 0
applicationEnvironmentVariables:
- SHOW_CURSOR: 0
- ROTATE_DISPLAY: 'normal'
- PARADISE_LOG_LEVEL_CONSOLE: 'warn'
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
- raspberrypi3-64
- raspberrypi400-64
- raspberrypi5
- intel-nuc
- generic-amd64
- generic-aarch64
version: 3.4.4