1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-31 21:51:57 +02:00

6 Commits

Author SHA1 Message Date
oupala
08446fb51f fix: remove a minor typo in the Dockerfile 2019-05-28 14:37:24 +02:00
oupala
412d45f564 refactor: rewrite AddIcon to AddIconByType
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.
2019-05-27 21:37:52 +02:00
oupala
f2a81442d1 feat: docker image
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.
2019-05-20 16:56:14 +02:00
Carlos H Brandt
52c508400c Fix Docker: icons noshow bug, file syntax 2019-05-13 12:39:57 +02:00
Simon Meggle
a6627e9e67 Dockerfile: rm -f 2016-04-07 13:17:01 +02:00
Inti Gabriel
603265ad64 Added Dockerfile to run local demo 2016-02-28 15:37:20 +01:00