-
Notifications
You must be signed in to change notification settings - Fork 0
/
balena.yml
37 lines (33 loc) · 1.12 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
32
33
34
35
36
37
name: balena-cpud
type: sw.application
joinable: false
description: >-
The cpu command lets you log in from a local system to a remote system and see some or all of the files (how much is up to you) from the local system.
post-provisioning: >-
## Usage instructions
Allow a few minutes for your device to download the app. You need to provision public key for ssh login via fleet variables.
## More Information
- https://github.com/u-root/cpu : instructions for using a cpu client to access this service as well as deploy this service in other ways
- https://hub.docker.com/repository/docker/ericvh/cpu : stand alone docker image for client and server
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/ericvh/balena-cpud/'
logo:
type: blob.asset
data:
url: 'https://avatars.githubusercontent.com/u/13317538'
data:
supportedDeviceTypes:
- genericx86-64-ext
- generic-amd64
- generic-aarch64
- raspberrypi4-64
- nanopc-t4
- jetson-nano
- jetson-xavier
- jetson-xavier-nx-devkit
- jetson-xavier-nx-devkit-emmc
- qemux86-64
version: 1.0.1