• Stars
    star
    149
  • Rank 247,102 (Top 5 %)
  • Language
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Self-hosting syncing solution for reMarkable

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.

More Repositories

1

remarkable_mouse

use your reMarkable as a graphics tablet
Python
436
star
2

remarkable_news

Daily news/comics on your reMarkable's suspend screen
Go
266
star
3

remarkable_printer

Native printing to reMarkable.
Go
239
star
4

passhole

A secure hole for your passwords (KeePass CLI)
Python
192
star
5

remarkable_entware

Entware installer modified for reMarkable Tablet
Shell
149
star
6

remarkable_pdflets

mini apps for reMarkable inside xochitl
Shell
71
star
7

picklecast

Share your screen to a projector with only a web-browser.
JavaScript
59
star
8

remarkable_keyboard

Use a reMarkable tablet as a wireless mouse and keyboard
Python
29
star
9

legoman

Minimal static website generator
Python
9
star
10

markdown_captions

Python-Markdown plugin for image captions
Python
8
star
11

redrum

Reddit wallpaper changer. Does math to rank images.
Python
8
star
12

shkype

VOIP calling for 2020
Shell
5
star
13

erandr

Simple xrandr wrapper for quick monitor configuration
Shell
5
star
14

examples

Reference code snippets
Python
5
star
15

remarkable_sim

reMarkable simulator
Python
5
star
16

nanpa_lookup

Look up NPA-NXX records
Python
3
star
17

remarkable_pdfstore

Testing PDFs as notebook storage backend for reMarkable
Python
3
star
18

rosen

Ground Software for SEAQUE Mission aboard the ISS
Python
3
star
19

scripts

Collection of some useful scripts
HTML
2
star
20

illinikey

Offline password generation for UIUC's two-factor login
Python
2
star
21

uiuc_ruler

UIUC PCB Ruler
1
star
22

navigation

HackIllinois Navigational Aid App
Java
1
star
23

postscript

PostScript
1
star
24

i3config

Contains all my personal settings for i3wm, including statuslines for i3bar
Shell
1
star
25

evidlo.github.io

My static Cereal website
HTML
1
star
26

plug

My Purdue LUG document and presentation archive
TeX
1
star
27

collar

Wifi Controlled LED Collar
HTML
1
star
28

xmlnative

Map XML elements to python types.
Python
1
star
29

cereal

A minimal static website generator.
Python
1
star
30

dotrm

Parsing reMarkable .rm format
Kaitai Struct
1
star
31

test

A test repository
1
star