Google Photos are now limited to 15 GB.
Memolink tries to recreate experience that the aforementioned app provided.
- Scrollbar & viewport straight from Google Photos
- Cloud Vision image tagging
- KgSearch api to make sense of user's search input
- Syncthing to sync photos/videos with any of your devices
- Converter server with ffmpeg and sharp to efficiently store your data
demo.mp4
docker-compose up -d
- Set up converter
- Set up settings using postman (make PUT request to http://localhost/api/settings)
- Connect the other device to syncthing at http://localhost/syncthing with this guide
- View and search your gallery at http://localhost
- Monitor bull queues at http://localhost/queues
docker-compose -f docker-compose.dev.yml up
- (optional) Set up frontend