forked from jpmeijers/ttn-resin-gateway-rpi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbalena.yml
29 lines (29 loc) · 910 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
name: TTN-Gateway
type: sw.application
description: >-
Build a Raspberry Pi based LoRaWAN Gateway to The Things Network (TTN).
Compatible with The Things Stack Community Edition, also know as The Things Network V3
(TTN V3).
joinable: false
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/AmedeeBulle/ttn-gateway-containers'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/AmedeeBulle/ttn-gateway-containers/main/images/TheThingsNetwork-logo-circle.png
data:
applicationEnvironmentVariables:
- GW_ID: my-gateway-name
- GW_KEY: NNSXS.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- SERVER_TTN_CLUSTER_ID: eu1
- GW_RESET_PIN: 22
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
version: 2.0.0