mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
77e3cfcdb6 | |||
d3f11819ce | |||
feeb830405 |
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: 'docs: add table comparing features of openBalena and balenaCloud'
|
||||
hash: feeb83040528cc906290c360f8cf2fe02e095165
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#62'
|
||||
connects-to: '#62'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
author: Matthew McGinn
|
||||
nested: []
|
||||
version: 2.0.5
|
||||
date: 2020-10-09T12:25:09.249Z
|
||||
- commits:
|
||||
- subject: 'docs: note that balenaCLI is incompatible >12.2.2'
|
||||
hash: 71a692b28b9c49e47dd8f490a0900b384b43b677
|
||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v2.0.5
|
||||
## (2020-10-09)
|
||||
|
||||
* docs: add table comparing features of openBalena and balenaCloud [Matthew McGinn]
|
||||
|
||||
# v2.0.4
|
||||
## (2020-10-08)
|
||||
|
||||
|
16
README.md
16
README.md
@ -81,6 +81,22 @@ sections are of particular interest:
|
||||
- [Reference](https://balena.io/docs/reference)
|
||||
- [FAQ](https://balena.io/docs/faq/troubleshooting/faq)
|
||||
|
||||
## Differences between openBalena and balenaCloud
|
||||
|
||||
| openBalena | balenaCloud |
|
||||
| ----- | ---- |
|
||||
| Device updates using full images | Device updates using [delta images](https://www.balena.io/docs/learn/deploy/delta/) |
|
||||
| Support for a single user | Support for [multiple users](https://www.balena.io/docs/learn/manage/account/#application-members) |
|
||||
| Self-hosted deployment and scaling | balena-managed scaling and deployment |
|
||||
| Community support via [forums](https://forums.balena.io/c/open-balena) | Private support on [paid plans](https://www.balena.io/pricing/) |
|
||||
| Deploy via `balena deploy` only | Build remotely with native builders using [`balena push`](https://www.balena.io/docs/learn/deploy/deployment/#balena-push) or [`git push`](https://www.balena.io/docs/learn/deploy/deployment/#git-push) |
|
||||
| No support for building via `git push` | Use the same CI workflow with [`git push`](https://www.balena.io/docs/learn/deploy/deployment/#git-push) |
|
||||
| No public URL support | Serve websites directly from device with [public device URLs](https://www.balena.io/docs/learn/manage/actions/#enable-public-device-url) |
|
||||
| Management via `balena-cli` only | Cloud-based device management dashboard |
|
||||
| Download images from https://www.balena.io/os/ | Download preconfigured images directly from the dashboard |
|
||||
| No supported remote diagnostics | Remote device diagnostics |
|
||||
|
||||
Additionally, refer back to the [roadmap](#roadmap) above for planned but not yet implemented features.
|
||||
|
||||
## Getting Help
|
||||
|
||||
|
Reference in New Issue
Block a user