It's an image gallery framework.
- Web interface for adding images
- Endpoint for creating a cached index page
- Mouseover image previews
- Simple API
- Support for third-party integrations (e.g. Slack)
- NodeJS
- NGINX (optional)
$ git clone https://github.com/emilh91/emilgur
$ cd emilgur
$ npm install
$ mkdir -p img
$ cp config.template.json config.json
NOTE: You will need to modify config.json
to suit your needs.