Skip to content

rnakano/suzuka-image-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suzuka-image-viewer

Build Status

This is a small web-based image viewer for iPad family.

features

  • No database. You can add images using cp, scp or ln!
  • Standalone. No web servers (like Apache, Nginx) needed.

setup

Make directory public/img include images.

mkdir public/img

Copy your images into public/img.

Example:

$ tree public/img/my-book1
public/img/my-book1
├── 00-1.jpg
├── 00-2.jpg

Edit config.yaml file. Modify basic auth user and password.

Install libraries and start server.

$ rake update
$ rake start

About

A small web-based image viewer for iPad family.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published