This is a small tool to sync webdav files (only PDF) to the reMarkable cloud (oneway).
- Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
- Clone from Git
git clone [email protected]:hansegucker/remarkdav.git
- Get poetry
See instructions at https://python-poetry.org/docs/#installation
- Install dependencies
$ cd remarkdav/ # Go to your cloned directory $ poetry install
- Run
$ poetry run remarkdav
- Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
- Get it via poetry (use pip with Python 3)
$ sudo pip install -G remarkdav
- Run
$ remarkdav
Copy the example configuration file from settings-example.toml
to /etc/remarkdav/settings.toml
and customise it.
© 2020 by Jonathan Weth <[email protected]>
remarkdav is licenced under GPL-3.0.