Coder Social home page Coder Social logo

remarkable_syncthing's Introduction

Syncthing on reMarkable

A guide for setting up Syncthing on a reMarkable.

Installation

  1. Install syncthing on the host machine and get the computer's id. You must also have Entware installed on the reMarkable.

  2. Install syncthing on the reMarkable and start up the configuration GUI.

opkg install syncthing
syncthing -gui-address "http://0.0.0.0:8888" -no-restart
  1. Browse to the reMarkable Syncthing interface at http://10.11.99.1:8888

  2. Add folders to sync. I chose /home/root/books for syncing documents to Plato. /usr/share/remarkable/ and /home/root/.local/share/remarkable/xochitl/ may also be of interest.

  3. Add a remote device (your computer). Syncthing may automatically detect your computer's id. Under the Sharing tab, enable Auto Accept and check the folder you previously created.

  4. Browse to http://localhost:8080 and wait for a prompt to connect to the reMarkable and accept. This took about 30s to appear.

  5. Wait for another prompt to receive the shared folder and accept. Verify that folder syncing works.

  6. Copy syncthing.service to /etc/systemd/system/ then start and enable the service

wget https://raw.githubusercontent.com/Evidlo/remarkable_syncthing/master/syncthing.service -O /etc/systemd/system/syncthing.service
systemctl daemon-reload
systemctl start syncthing
systemctl enable syncthing

Caveats

  • At least one of the devices must be publically accessible on TCP 22000. Alternatively, if at least one of the devices can access the other on local intranet, you can add another discovery method via [Remote Device] > Edit > Advanced > Addresses.. eg: tcp://192.168.1.123:22000

  • WiFi needs to be on an connected for this to work, so xochitl should be running.

remarkable_syncthing's People

Contributors

evidlo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.