-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbalena.yml
34 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
name: basicstation
type: sw.application
description: Deploys a LoRaWAN gateway with LoRa Basics™ Station Packet Forward protocol on SX1301, SX1302, SX1303 or SX1308 LoRa concentrators.
joinable: false
post-provisioning: For detailed instructions on how to use configure your LoRaWAN gateway check out the [readme here](https://github.com/xoseperez/basicstation-docker).
assets:
repository:
type: blob.asset
data:
url: https://github.com/xoseperez/basicstation-docker
logo:
type: blob.asset
data:
url: https://raw.githubusercontent.com/xoseperez/basicstation-docker/master/logo.png
data:
applicationEnvironmentVariables:
- MODEL: RAK5146
- DEVICE: AUTO
- TTN_REGION: eu1
- TLS_SNI: true
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- fincm3
- raspberry-pi
- raspberrypi0-2w-64
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
- raspberrypi400-64
- raspberrypicm4-ioboard
- raspberrypi5
- generic
version: 2.8.4