mPhotos makes your local photo collection available as a lightning fast virtual grid in a web application.
Map your originals and thumbnails directories in docker-compose.yml under volumes: and then run:
docker-compose up -dSpecify your originals directory and where you would like your thumbnails to be created in a new file .env.
Optional: Use *THUMBNAIL_SIZE and MEDIUM_SIZE (int) variables to tweak size of thumbnails and images used in PhotoSlider. The METADATA_FILE and ERRORS_FILE (string) can also be specified, defaults to 'metadata.json' and 'errors.log';
npm installnpm run hostDefine variables in .env and then run:
npm installnpm run dev