Skip to content

Commit

Permalink
Updated balena-dash to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketilmo committed Oct 22, 2022
1 parent b224e0c commit f69f147
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 6 deletions.
25 changes: 25 additions & 0 deletions balena-dash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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
## (2022-08-03)

* Add notes to balena.yml [Chris Crocker-White]

# v2.0.4
## (2022-08-03)

* Bump browser block version [Chris Crocker-White]

# v2.0.3
## (2022-08-03)

* Updated dead links [Chris Crocker-White]

# v2.0.2
## (2022-08-03)

* Create balena.yml [Phil Wilson]

# v2.0.1
## (2022-08-03)

* Update readme fixes #153 [Chris Crocker-White]

# v2.0.0
## (2022-03-25)

Expand Down
4 changes: 2 additions & 2 deletions balena-dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ At the most basic level, this project allows you to display any webpage using a

Some examples of what you could use this for include:

- Data-centric dashboards using [Grafana](https://grafana.com/) or [Datadog](https://www.datadoghq.com/)
- Data-centric dashboards using [Grafana](https://grafana.com/), [Datadog](https://www.datadoghq.com/) or [Humio](https://www.humio.com/)
- Display for services such as [Flightradar24](https://www.flightradar24.com/) or [Flightaware](https://flightaware.com/)
- Digital [fishtank](http://www.fishgl.com/) or [jellyfish](https://arodic.github.io/p/jellyfish/)
- Digital [fishtank](https://webglsamples.org/aquarium/aquarium.html) or [jellyfish](https://akirodic.com/p/jellyfish/)
- Streaming webcam display
- Digital signage for storefronts
- 24 hour live [animated cat](http://www.nyan.cat/) display
Expand Down
2 changes: 1 addition & 1 deletion balena-dash/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.5
28 changes: 26 additions & 2 deletions balena-dash/balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,31 @@ description: >-
Raspberry Pi-powered digital signage or website viewer, remotely accessible
from anywhere.
type: sw.application
joinable: false
post-provisioning: >-
At the most basic level, this project allows you to display any webpage using
a lightweight web browser. This means that you can build a device dedicated to
showing anything that runs in a normal web browser. It will boot up and
automatically and display your content.
Some examples of what you could use this for include:
* Data-centric dashboards using [Grafana](https://grafana.com/), [Datadog](https://www.datadoghq.com/) or [Humio](https://www.humio.com/)
* Display for services such as [Flightradar24](https://www.flightradar24.com/) or [Flightaware](https://flightaware.com/)
* Digital [fishtank](https://webglsamples.org/aquarium/aquarium.html) or [jellyfish](https://akirodic.com/p/jellyfish/)
* Streaming webcam display
* Digital signage for storefronts
* 24 hour live [animated cat](http://www.nyan.cat/) display
* [Home automation](https://www.home-assistant.io) dashboard
**Deploy from balenaHub or head to the [Github repo](https://github.com/balenalabs/balena-dash) to learn more!**
assets:
repository:
type: blob.asset
Expand Down Expand Up @@ -41,4 +65,4 @@ data:
- intel-nuc
- genericx86-64-ext
- raspberrypi400-64
version: 2.0.0
version: 2.0.5
2 changes: 1 addition & 1 deletion balena-dash/kiosk/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bh.cr/balenablocks/browser-%%BALENA_ARCH%%/2.3.8
FROM bh.cr/balenablocks/browser-%%BALENA_ARCH%%/2.4.5

RUN install_packages cec-utils

0 comments on commit f69f147

Please sign in to comment.