forked from balena-labs-projects/wifi-repeater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
29 lines (26 loc) · 1.1 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
name: "WiFi Repeater"
description: "Easily create a WiFi Access Point or WiFi repeater with balenaOS."
type: "sw.application"
joinable: false
post-provisioning: >-
## Usage instructions
After flashing your device allow some time for the application to download.
WiFi Repeater will automatically scan your network and check each device's capabilities. It will then attempt to configure the devices to work in `Access Point` mode and if that is not possible it will switch to `Repeater` mode. You *do not* need to pre configure the device to work in either mode.
Visit https://github.com/balenalabs/wifi-repeater for configuration details.
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/balenalabs-incubator/wifi-repeater"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/balenalabs-incubator/wifi-repeater/master/logo.png"
data:
applicationEnvironmentVariables:
- AP_SSID: "WiFi Repeater"
- AP_PASSWORD: "charlietheunicorn"
defaultDeviceType: "raspberrypi3"
supportedDeviceTypes:
- "raspberrypi3"
- "raspberrypi4-64"