Menu

Home

Krzysztof Osmulski

Hello.

This is NAS Gallery project. A simple folder based php implemented gallery and thumbnailer tool.

If you are looking for simple NAS capable image gallery it is good place for You.

I decided to impl my own one since i have some limitations i had to follow
-folder based media of 10K+ images
-deploy on NAS device usually arm ~500MHz 256MB of RAM
-do not want to play with admin adding every image.
-do not want to generate thumbs interactively

If You search of gallery within same limitations stay for more.

This gallery works on predefined data generated by 'thumbnailer' tool
thumbnailer simply generate thumbs and fullscreen thumbs that are later used by gallery itself.
UI is very simple.

Requirements:
-php 5.1 with exec and gd library
-image magick (convert, stream)
-some cmd like 'file'

Security is out of scope. you can use own impl or container based one.
(I use apache with basic and SSL by myself)

If You are interested download and read README file or contact me directly.

Regards
Chris