forked from ketilmo/balena-ads-b
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbalena.yml
31 lines (30 loc) · 996 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: "ADS-B Flight Tracker"
type: "sw.application"
joinable: false
description: "Track the flight traffic over your head with a Raspberry Pi running balena and a cheap RTL-SDR USB dongle."
fleetcta: "Don't click! See instructions below."
post-provisioning: >-
## Usage instructions
Please refer to the project's [documentation](https://github.com/ketilmo/balena-ads-b) for detailed instructions about the configuration of the app.
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/ketilmo/balena-ads-b"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/ketilmo/balena-ads-b/master/docs/images/logo.png"
data:
applicationConfigVariables:
- RESIN_HOST_CONFIG_gpu_mem: 128
defaultDeviceType: "raspberrypi4-64"
supportedDeviceTypes:
- "raspberrypi3"
- "raspberrypi3-64"
- "raspberrypi4-64"
- "raspberrypi400-64"
- "fincm3"
- "jetson-nano"
- "jetson-nano-2gb-devkit"
- "intel-nuc"