diff --git a/balena-dash/CHANGELOG.md b/balena-dash/CHANGELOG.md index 2d9e5fe..cf4c55b 100644 --- a/balena-dash/CHANGELOG.md +++ b/balena-dash/CHANGELOG.md @@ -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) diff --git a/balena-dash/README.md b/balena-dash/README.md index 842b9a8..0f6cf5b 100644 --- a/balena-dash/README.md +++ b/balena-dash/README.md @@ -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 diff --git a/balena-dash/VERSION b/balena-dash/VERSION index 359a5b9..b9d2bdf 100644 --- a/balena-dash/VERSION +++ b/balena-dash/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.5 \ No newline at end of file diff --git a/balena-dash/balena.yml b/balena-dash/balena.yml index 39632dc..a93e84a 100644 --- a/balena-dash/balena.yml +++ b/balena-dash/balena.yml @@ -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 @@ -41,4 +65,4 @@ data: - intel-nuc - genericx86-64-ext - raspberrypi400-64 -version: 2.0.0 +version: 2.0.5 diff --git a/balena-dash/kiosk/Dockerfile.template b/balena-dash/kiosk/Dockerfile.template index 10ad39a..1272c8f 100644 --- a/balena-dash/kiosk/Dockerfile.template +++ b/balena-dash/kiosk/Dockerfile.template @@ -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