mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-19 21:57:53 +00:00
3553999912
* integration/e2e tests * automatic SSL/TLS PKI (wildcard cert.) generation via DNS-01 challenge * update getting started guide * remove unnecessary privileges (Redis) * pin Redis to v7.2 (BSD license) * enable trust proxy Co-authored-by: Kyle Harding <kyle@balena.io> change-type: major
27 lines
717 B
YAML
27 lines
717 B
YAML
name: openBalena
|
|
type: sw.application
|
|
description: https://www.balena.io/open
|
|
post-provisioning: |
|
|
[![Flowzone](https://github.com/balena-io/open-balena/actions/workflows/flowzone.yml/badge.svg)](https://github.com/balena-io/open-balena/actions/workflows/flowzone.yml)
|
|
|
|
## Getting Started
|
|
|
|
* https://open-balena.pages.dev/#getting-started
|
|
|
|
assets:
|
|
repository:
|
|
type: blob.asset
|
|
data:
|
|
url: 'https://github.com/balena-io/open-balena'
|
|
logo:
|
|
type: blob.asset
|
|
data:
|
|
url: 'https://raw.githubusercontent.com/balena-io/open-balena/master/logo.png'
|
|
data:
|
|
defaultDeviceType: generic-amd64
|
|
supportedDeviceTypes:
|
|
- generic-amd64
|
|
- genericx86-64-ext
|
|
- intel-nuc
|
|
version: 3.7.1
|