Implements a simple backend that retrieves newspaper PDFs from an online service.
This can be later consumed by e-book readers to provide a "new newspaper every morning" experience:
See docs/remarkable
for the template.
The application can be built for both AMD64 and AArch64/ARM64 architectures using Docker BuildKit.
docker buildx build --push --platform linux/amd64,linux/arm64 -t wiktork/paperboy .