Skip to content

Commit 47e61c8

Browse files
nucleardreamermaggie44
authored andcommitted
Updating repo references from balenalabs to balena-labs-projects
Signed-off-by: Flynn Joffray <[email protected]> Change-type: patch
1 parent ed76114 commit 47e61c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![balenaDash](https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/balenaDash_logo.png)
1+
![balenaDash](https://raw.githubusercontent.com/balena-labs-projects/balena-dash/master/assets/balenaDash_logo.png)
22

33
Try our simple [balenaCloud](https://www.balena.io/cloud) starter project to set up a Raspberry Pi and LCD or monitor to display any webpage or web-based dashboard. We’re calling it balenaDash! Follow along with our guide to get up and running in under 30 minutes.
44

@@ -30,7 +30,7 @@ Previously, balenaDash supported a photo gallery features such as:
3030
- [Instagram](https://instagram.com) photo stream (based on hashtag or user)
3131
- Live digital photo frame feeding from [Google Photos](https://photos.google.com/) or Apple iCloud accounts
3232

33-
We've removed that in version 1.0 and encourage people wanting this functionality to try our new [Photo Slideshow project](https://github.com/balenalabs-incubator/photo-slideshow), a project based on balenaDash.
33+
We've removed that in version 1.0 and encourage people wanting this functionality to try our new [Photo Slideshow project](https://github.com/balena-io-experimental/photo-slideshow), a project based on balenaDash.
3434

3535
## Hardware required
3636

@@ -43,13 +43,13 @@ The list of items you’ll need is also included below:
4343
- Power supply
4444
- Case (optional)
4545

46-
![](https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/hardware.jpg)
46+
![](https://raw.githubusercontent.com/balena-labs-projects/balena-dash/master/assets/hardware.jpg)
4747

4848
## Setup and configuration
4949

5050
You can deploy this app to a new balenaCloud fleet in one click using the button below:
5151

52-
[![](https://balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balenalabs/balena-dash)
52+
[![](https://balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-labs-projects/balena-dash)
5353

5454
Or, you can create a Fleet in your balenaCloud dashboard and `balena push` this code to it the traditional way. Just be aware that balenaDash requires that you allocate more memory to the GPU. This is achieved by adding (or editing the existing) the **Device configuration variable** `BALENA_HOST_CONFIG_gpu_mem`, for this project we recommend setting it to `128`.
5555

@@ -124,7 +124,7 @@ To change the timezone for the scheduler, set the `TZ` service variable to somet
124124

125125
## Photo slideshow feature
126126

127-
This feature has been removed from balenaDash in `v1.0.0`. If you want to use the photo slideshow feature, check out the [Photo Slideshow project](https://github.com/balenalabs-incubator/photo-slideshow)
127+
This feature has been removed from balenaDash in `v1.0.0`. If you want to use the photo slideshow feature, check out the [Photo Slideshow project](https://github.com/balena-io-experimental/photo-slideshow)
128128

129129
### For a complete tutorial on how to use balenaDash, please check out our blog post at [https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/](https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/)
130130

balena.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ post-provisioning: >-
2727
* [Home automation](https://www.home-assistant.io) dashboard
2828
2929
30-
**Deploy from balenaHub or head to the [Github repo](https://github.com/balenalabs/balena-dash) to learn more!**
30+
**Deploy from balenaHub or head to the [Github repo](https://github.com/balena-labs-projects/balena-dash) to learn more!**
3131
assets:
3232
repository:
3333
type: blob.asset
3434
data:
35-
url: 'https://github.com/balenalabs/balena-dash'
35+
url: 'https://github.com/balena-labs-projects/balena-dash'
3636
logo:
3737
type: blob.asset
3838
data:
3939
url: >-
40-
https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/logo.png
40+
https://raw.githubusercontent.com/balena-labs-projects/balena-dash/master/assets/logo.png
4141
data:
4242
applicationConfigVariables:
4343
- BALENA_HOST_CONFIG_gpu_mem: 128

0 commit comments

Comments
 (0)