media-indexer
Express server for media management
- [X] Remove non image parts
- [ ] How to add ssl certs
- [ ] make SSL optional
- [ ] redis server reconnect
- [ ] test install
- Mount directories to search in mount/
cd mount/ ln -s /Users/joe/images/ .
- Install and start Redis on localhost
redis-server
- Install node packages
npm install
- Create SSL certs
make ssl
- Start and visit https://localhost:3000/
./bin/www
- Copyright (c) 2017 Joseph Wright <joseph.wright@joegle.com>
- All rights reserved
- Send me a message if you want me to add an opensource license
- Sample images in mount/test/ found at https://pixabay.com/
- “Images and Videos on Pixabay are released under Creative Commons CC0”