-
Notifications
You must be signed in to change notification settings - Fork 34
/
balena.yml
33 lines (32 loc) · 976 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: Inkyshot
description: >-
Get a daily random inspirational quote delivered direct to your desk with
Inkyshot. Build multiple Inkyshots and share the inspiration with your
friends, family and loved ones ❤️
fleetcta: Get inspired
post-provisioning: >-
## Usage instructions
Allow a few minutes for your device to download the application. Once it's completed a quote should appear on your device's screen.
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balena-labs-projects/inkyshot'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balena-labs-projects/inkyshot/master/logo.png'
data:
applicationEnvironmentVariables:
- UPDATE_HOUR: 9
- TZ: Europe/London
- QOD_CATEGORY: inspire
- FONT: AmaticSC
- TEST_CHARACTER: a
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
- raspberrypi3
- fincm3
version: 1.3.14