-
Notifications
You must be signed in to change notification settings - Fork 14
/
balena.yml
31 lines (31 loc) · 904 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: "balenaLocating"
description: "Use Raspberry Pi's and Bluetooth BLE beacons to ensure you never lose your important stuff again."
joinable: false
type: "sw.application"
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/balenalabs-incubator/balena-locating"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/balenalabs-incubator/balena-locating/master/logo.png"
data:
applicationEnvironmentVariables:
- INFLUX_BUCKET: UPDATE_ME
- INFLUX_HOST: UPDATE_ME
- INFLUX_KEY: UPDATE_ME
- INFLUX_ORG: UPDATE_ME
- RUN_DASHBOARD: TRUE
- DEBUG: FALSE
- RSSI_THRESHOLD: -75
- SEP_PERIOD: 30
defaultDeviceType: "raspberrypi3"
supportedDeviceTypes:
- "raspberrypi3"
- "raspberrypi4-64"
- "fincm3"
- "intel-nuc"
- "raspberrypi400-64"
- "nanopi-neo-air"