💥 Pasting images in Safari, Docker, Webpack 4
Migrating to Capella 2.0
We added Docker files to this project. If you want to upgrade your Capella then do these two little steps:
- Update path to Capella’s sources folder in nginx config
fromroot /var/www/capella.pics;
toroot /var/www/capella.pics/capella;
- Move
vendor/
andupload/
dirs tocapella
directory in the project's root
$ mv vendor/ capella/
$ mv upload/ capella/
New in this version
- paste images from clipboard now works in Safari
- now you can upload
image/tiff
files - easy development with Capella's Docker containers
- Webpack 4 as a client js build system