-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
31 lines (30 loc) · 1.01 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
30
31
name: white-noise-generator
type: sw.application
description: >-
Build your own white noise machine using your Raspbery Pi or similar device!
post-provisioning: >-
## Usage instructions
After flashing your device allow some time for the application to download. Once your application has started visit `http://balena.local` or your device's local IP address to access the control dashboard. You'll be able to start and stop the white noise, set the volume and more!
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs-incubator/white-noise-generator'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenalabs-incubator/white-noise-generator/master/logo.png
data:
applicationEnvironmentVariables:
- NOISE_VOLUME: 40
- NOISE_TYPE: 'ocean'
- AUDIO_OUTPUT: AUTO
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi4-64
- fincm3
- intel-nuc