Skip to content

💥 Pasting images in Safari, Docker, Webpack 4

Compare
Choose a tag to compare
@talyguryn talyguryn released this 04 Mar 19:56
· 58 commits to master since this release
c83a8ca

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
    from root /var/www/capella.pics; to root /var/www/capella.pics/capella;
  • Move vendor/ and upload/ dirs to capella 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