-
Notifications
You must be signed in to change notification settings - Fork 7
/
balena.yml
33 lines (30 loc) · 916 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
32
33
name: WireGuard
type: sw.application
version: 2.0.21
description: >-
WireGuard is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography.
post-provisioning: >-
## Usage instructions
Once your device joins the fleet you'll need to allow some time for it to
download the various services.
When it's done you can display QR codes for each peer by running `show-peer
<peer>` in the container shell.
Additional usage instructions for wireguard can be found here:
https://www.wireguard.com/
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/klutchell/balena-wireguard'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/klutchell/balena-wireguard/main/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi3
- raspberrypi4-64
- genericx86-64-ext