diff --git a/README.md b/README.md index 336a13a..c1c599e 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ This is a very simple PHP based image Gallery. It takes all images from or (or potentially multiple) directories and presents them as a simple web gallery. It will autogenerate thumbnails for the gallery overview and also do variable pagination. There are some simple keyboard shortcuts as well. +DISCLAIMER: This was just quickly hacked together, it might not be up to any quality or security standards. Use at your own risk, especially if exposed to the internet unprotected. + # Running it Copy conf/config.sample.php to config.php and edit accordingly. A webserver with PHP support and the php-gd and php-exif extensions (for thumbnails) is required. An example config for nginx with php-fpm might look like this: - worker_processes 4; + worker_processes 4; events { worker_connections 256;