-
Notifications
You must be signed in to change notification settings - Fork 44
/
balena.yml
29 lines (26 loc) · 944 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
name: Octoprint
description: Remotely control your 3D-printer with Octoprint and balena!
type: sw.application
post-provisioning: |-
## Usage instructions
Once your device joins the fleet you'll need to allow some time for it to download the application. When it's completed you should be able to access the Octoprint web interface by entering octoprint.local in a web browser.
### Version Details
* Octoprint version: 1.7.3
* Full [Changelog](https://github.com/balenalabs-incubator/balena-octoprint/blob/master/CHANGELOG.md)
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs-incubator/balena-octoprint'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenalabs-incubator/balena-octoprint/master/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi3
- fincm3
- raspberrypi4-64
version: 1.0.0