Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansegucker/remarkdav
A tool to sync webdav files (only PDF) to the reMarkable cloud
https://github.com/hansegucker/remarkdav
Last synced: 25 days ago
JSON representation
A tool to sync webdav files (only PDF) to the reMarkable cloud
- Host: GitHub
- URL: https://github.com/hansegucker/remarkdav
- Owner: hansegucker
- License: gpl-3.0
- Created: 2020-11-24T18:38:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T14:00:15.000Z (about 2 years ago)
- Last Synced: 2024-08-03T17:09:26.890Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - remarkdav - A tool to sync PDF files from a WebDAV directory to the reMarkable Cloud. (APIs / Cloud API)
README
remarkdav
=========
This is a small tool to sync webdav files (only PDF) to the reMarkable cloud (oneway).Setup (dev)
-----------1. Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
2. Clone from Git
.. code-block::
git clone [email protected]:hansegucker/remarkdav.git
3. Get poetry
See instructions at https://python-poetry.org/docs/#installation
4. Install dependencies
.. code-block::
$ cd remarkdav/ # Go to your cloned directory
$ poetry install5. Run
.. code-block::
$ poetry run remarkdav
Setup (production)
------------------1. Get rmapi (Go CLI application)
see instructions at https://github.com/juruen/rmapi
2. 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 Wethremarkdav is licenced under GPL-3.0.