Skip to content

Instantly share code, notes, and snippets.

@Falci
Last active July 3, 2022 01:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Falci/82d762955015e6abd15ceac7bfb854a4 to your computer and use it in GitHub Desktop.
Save Falci/82d762955015e6abd15ceac7bfb854a4 to your computer and use it in GitHub Desktop.

Testing on Umbrel OS (Raspberry Pi 4)

1. We'll first install and run Umbrel OS on a Raspberry Pi 4. Full instructions can be found here. After installation, we'll set it up on http://umbrel.local, and then SSH into the Pi:

ssh umbrel@umbrel.local

(SSH password is the same as your Umbrel's dashboard password)

2. Next, we'll switch to the forked remote app repo:

sudo ./scripts/repo set https://github.com/sinpapeles/umbrel-apps.git
sudo ./scripts/repo update

3. Once the repo has updated, it's time to test our app:

sudo ./scripts/app install handshake

4. Access the app on http://umbrel.local:8053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment