Skip to content

Files

Latest commit

a306664 · Jun 28, 2022

History

History
34 lines (24 loc) · 780 Bytes

readme.md

File metadata and controls

34 lines (24 loc) · 780 Bytes

Wrapper for Syncthing

This is a EmbassyOS wrapper for Syncthing.

Dependencies

Cloning

git clone [email protected]:Start9Labs/syncthing-wrapper.git
cd syncthing-wrapper

Building

make

Side Loading on Embassy

scp syncthing.s9pk root@embassy-<id>.local:/tmp # Copying our file across
ssh root@embassy-<id>.local
embassy-cli auth login
embassy-cli package install syncthing.s9pk # Install the sideloaded package