Files
RemarkablePocket/docker-compose.yml
Robert Carosi 3e8c7b70ab Gracefully handle converted articles
Sometimes Remarkable will convert epubs to PDF files. It is not clear
when this happens, but in the process  it removes the epub file and
thus failing the program.

We now check if the file will be uploaded correctly as an epub, and skip
it if it's not.
2022-09-23 10:54:16 +02:00

13 lines
284 B
YAML

version: '3'
services:
remarkable-pocket:
image: ghcr.io/nov1n/remarkable-pocket:0.2.2
restart: always
ports:
- 65112:65112
volumes:
- ~/.remarkable-pocket:/root/.remarkable-pocket
- ~/.rmapi:/root/.rmapi
- ~/.rmapi-cache:/root/.cache/rmapi