-
Notifications
You must be signed in to change notification settings - Fork 34
/
balena.yml
35 lines (34 loc) · 947 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
34
35
name: balenaPrint
description: >-
Add wireless and AirPrint capability to legacy
USB-enabled printers, powered by a Raspberry Pi.
joinable: false
post-provisioning: >-
## Usage instructions
Once the balenaPrint image has been deployed to your fleet,
navigate to the device actions tab on the balenaCloud
dashboard and enable the public URL for the device. Access
the public URL to configure CUPS settings and preferences.
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/willswire/balenaPrint'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/willswire/balenaPrint/master/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi3
- raspberrypi4-64
- fincm3
- nanopi-neo-air
- raspberrypi3-64
- intel-nuc
- beaglebone-green-wifi
- genericx86-64-ext
version: 6.3.0