remarkdav
January 12, 2021 · View on GitHub
This is a small tool to sync webdav files (only PDF) to the reMarkable cloud (oneway).
Setup (dev)
- Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
- Clone from Git
.. code-block::
git clone git@github.com:hansegucker/remarkdav.git
3. Get poetry
See instructions at https://python-poetry.org/docs/#installation
- Install dependencies
.. code-block::
$ cd remarkdav/ # Go to your cloned directory
$ poetry install
5. Run
.. code-block::
$ poetry run remarkdav
Setup (production)
- Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
- Get it via poetry (use pip with Python 3)
.. code-block::
$ sudo pip install -G remarkdav
3. Run
.. code-block::
$ remarkdav
Configuration
Copy the example configuration file from settings-example.toml to /etc/remarkdav/settings.toml and customise it.
Copyright
© 2020 by Jonathan Weth dev@jonathanweth.de
remarkdav is licenced under GPL-3.0.