forked from balena-labs-projects/balena-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
42 lines (42 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
36
37
38
39
40
41
42
name: balenaDash
description: >-
Raspberry Pi-powered digital signage or website viewer, remotely accessible
from anywhere.
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs/balena-dash'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balenalabs/balena-dash/master/logo.png'
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 128
applicationEnvironmentVariables:
- SHOW_CURSOR: 0
- CONTROL_TV: 0
- ENABLE_GPU: 1
- KIOSK: 1
- PERSISTENT: 1
- PORTAL_SSID: balenaDash
- PORTAL_PASSPHRASE: balenaDash
- ACTIVITY_TIMEOUT: 600
- LAUNCH_URL: ''
- ROTATE_DISPLAY: normal
- WINDOW_SIZE: ''
- WINDOW_POSITION: '0,0'
- LOCAL_HTTP_DELAY: 0
- FBCP_DISPLAY: ''
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
- fincm3
- raspberrypi3
- raspberrypi3-64
- intel-nuc
- genericx86-64-ext
- raspberrypi400-64
version: 1.0.9