Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 835 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 835 Bytes

cbReader - a web-based CBZ/CBR reader

screenshot-2017-10-15 cbreader

What?

cbReader is my attempt at writing a simple web-based comic book reader in PHP and JS. It does not offer any reading of metadata or even fancy management features. Tested (and intended for use) with Mylar's directory structure.

How?

  • Download the code and put it in a folder where your PHP-enabled webserver can access it.
  • Copy config.php-dist to config.php and edit the file to point to the folder with your comics in it.
  • Open the page on your webserver.

Make sure your PHP (mod_php / php-fpm) has the ImageMagick, ZIP and RAR modules installed, and that it is allowed to create a cache folder in the document root.