Faenza icons are used in apaxy default theme but the licence of the Faenza icon theme was not clearly fulfilled. This commit take the icons from the original Faenza icon theme, and keep their original name.
close#143
Huge rewrite of .htaccess file so that AddIcon are rewritten to AddIconByType for most of the file. Icon are now displayed on a real media type basis <hich is more reliable that file extension.
More extensions are now supported.
File extensions that are not associated to a media type are still using the old AddIcon syntax.
The new Dockerfile is based on a smaller image (httpd instead of php) and is more secure due to a smaller attack surface. It also comes with a docker-compose configuration and offers some options.
The Dockerfile is using a multi-stage build, and it using the brand new apaxy install script. It is also running as non root so the image can run in a secured container cluster.