Even More Readme Adaption
This commit is contained in:
parent
5e8b411570
commit
e4b3b73d39
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Very Simple PHP Gallery
|
||||
|
||||
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.
|
||||
This is a very simple PHP based image Gallery. It takes all images from one 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.
|
||||
|
||||
|
@ -8,7 +8,7 @@ DISCLAIMER: This was just quickly hacked together, it might not be up to any qua
|
|||
|
||||
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:
|
||||
A webserver with PHP (tested with 7.4 and 8.0) support and the php-gd and php-exif extensions (for thumbnails) is required. An example config for nginx with php-fpm might look something like this:
|
||||
|
||||
worker_processes 4;
|
||||
|
||||
|
|
Loading…
Reference in a new issue