-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbalena.yml
26 lines (26 loc) · 861 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
name: The Things Stack
type: sw.application
description: Deploys the The Things Stack LoRaWAN Network Server (Open Source Edition) on a PC, a Raspberry Pi or equivalent SBC
joinable: false
post-provisioning: For detailed instructions on how to use configure your TTS LNS check out the [readme here](https://github.com/xoseperez/the-things-stack-docker).
assets:
repository:
type: blob.asset
data:
url: https://github.com/xoseperez/the-things-stack-docker
logo:
type: blob.asset
data:
url: https://raw.githubusercontent.com/xoseperez/the-things-stack-docker/master/assets/logo_small.png
data:
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- fincm3
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
- raspberrypi400-64
- raspberrypicm4-ioboard
- raspberrypi5
- generic
version: 1.3.0