Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Updating repo references from balenalabs to balena-labs-projects #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a containerized app intended to run on [balenaCloud](https://www.balena.

One-click deploy to balenaCloud:

[![balena deploy button](https://balena.io/deploy.png)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balenalabs/rosetta-at-home)
[![balena deploy button](https://balena.io/deploy.png)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-labs-projects/rosetta-at-home)

**or**

Expand All @@ -45,7 +45,7 @@ For further information, see the [balenaCloud documentation](https://www.balena.

This app has a built in web interface that allows you to see statistics and more. Simply visit the local IP address of your device or [enable the public URL for your device](https://www.balena.io/docs/learn/manage/actions/#enable-public-device-url) in the balenaCloud dashboard and you'll be able to access statistics from anywhere!

![web-ui](https://raw.githubusercontent.com/balenalabs/rosetta-at-home/master/images/web-ui.png)
![web-ui](https://raw.githubusercontent.com/balena-labs-projects/rosetta-at-home/master/images/web-ui.png)

The web interface uses [GoTTY](https://github.com/yudai/gotty) to provide access to `boinctui` via a standard web browser.

Expand Down
4 changes: 2 additions & 2 deletions balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs/rosetta-at-home'
url: 'https://github.com/balena-labs-projects/rosetta-at-home'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenalabs/rosetta-at-home/master/logo.png
https://raw.githubusercontent.com/balena-labs-projects/rosetta-at-home/master/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
Expand Down
2 changes: 1 addition & 1 deletion ui/dashboard/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
>Community</a
>
<a
href="https://github.com/balenalabs/rosetta-at-home"
href="https://github.com/balena-labs-projects/rosetta-at-home"
target="_blank"
>Github</a
>
Expand Down