Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 3f15281

Browse files
authored
Merge pull request #11 from balenalabs-incubator/balena-yml-update
Update balena.yml format
2 parents c2cec83 + 9470f42 commit 3f15281

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

balena.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

balena.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "WiFi Repeater"
2+
description: "Easily create a WiFi Access Point or WiFi repeater with balenaOS."
3+
type: "sw.application"
4+
assets:
5+
repository:
6+
type: "blob.asset"
7+
data:
8+
url: "https://github.com/balenalabs-incubator/wifi-repeater"
9+
logo:
10+
type: "blob.asset"
11+
data:
12+
url: "https://raw.githubusercontent.com/balenalabs-incubator/wifi-repeater/master/logo.png"
13+
data:
14+
applicationEnvironmentVariables:
15+
- AP_SSID: "WiFi Repeater"
16+
- AP_PASSWORD: "charlietheunicorn"
17+
defaultDeviceType: "raspberrypi3"
18+
supportedDeviceTypes:
19+
- "raspberrypi3"
20+
- "raspberrypi4-64"

0 commit comments

Comments
 (0)