Skip to content

squeaknode/squeaknode-wrapper

Repository files navigation

Basic instructions for setup of Squeaknode

This project wraps the Squeaknode app for EmbassyOS.

Dependencies

Cloning

Clone the project locally. Note the submodule link to the original project(s).

git clone git@github.com:squeaknode/squeaknode-wrapper.git
cd squeaknode-wrapper
git submodule update --init --recursive
docker run --privileged --rm tonistiigi/binfmt --install arm64,riscv64,arm

Building

To build the project, run the following commands:

make

Installing (on Embassy)

SSH into an Embassy device. scp the .s9pk to any directory from your local machine.

scp squeaknode.s9pk root@<LAN ID>:/root

Run the following command to determine successful install:

embassy-cli auth login
embassy-cli package install squeaknode.s9pk

About

Wrapper for Squeaknode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published