hpz937 / image-gallary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-gallary

To get started copy php/.config.dist.inc.php to php/.config.inc.php and .env.dist to .env

edit both .env and .config.inc.php add a salt and key for imgproxy's url signing (these should match between both files). This can be generated with echo $(xxd -g 2 -l 64 -p /dev/random | tr -d '\n')

edit .env and update the local directory that your images reside in

docker-compose up -d

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.5%Language:HTML 25.6%Language:PHP 17.2%Language:CSS 5.8%