Skip to content

Cafeyn alternative to read self hosted CBZ/PDF or online newspapers for QNAP NAS (dev-only)

Notifications You must be signed in to change notification settings

pdulvp/library-reader

Repository files navigation

library-reader

This application is an alternative to Cafeyn.

UI

image

Domain Adaptor

To work properly, this website needs to provide an adaptor that will make the bridge between this site and the press service provider.

A domain adaptor must provides this following API:

getBooks: [ { code, group, latest { date }, name }... ]

getPages: (code, date) => [ idPage... ]

getArchives: (code) => [ { code, date}... ]

getImage (idPage) => Buffer

getThumbnail (code, date) => Buffer

Installation

Install the adaptor yourAdaptorh.js in adaptorh folder and start node index yourAdaptorh

About

Cafeyn alternative to read self hosted CBZ/PDF or online newspapers for QNAP NAS (dev-only)

Topics

Resources

Stars

Watchers

Forks