1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-31 03:19:47 +02:00

16 Commits

Author SHA1 Message Date
Marco Dickert
6d0d6c9e53 Install PHP extensions correctly
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2022-12-05 11:01:07 +01:00
maggie0002
48691a3734 Upgrade to PHP8 2021-06-08 10:32:59 -07:00
Marco Dickert
6bbd02339b Docker: Add php.ini with some development settings
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-08-04 21:07:59 +02:00
Marco Dickert
6439c4be7a Add ldap support for docker container
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-21 15:15:01 +02:00
Marco Dickert
c6641aa01d docker: Grant write permissions for root_dir + fix build process
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-18 19:25:33 +02:00
Marco Dickert
d1ec39fdfa Fix docker, remove debug output from ifmarchive class
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-07-16 22:41:07 +02:00
Anton Baranov
e76da46aa9 Up to v2.6.0
====
    - [=] [Bootstrap](https://getbootstrap.com/docs/4.4/) updated from 3.4.1 to 4.4.1
    - [=] [Bootstrap Menu](https://github.com/cryol/bootstrap-menu) fork and refactoring
    - [=] [Datatables](https://datatables.net/) change bs to bs4 v1.10.20
    - [=] Rewrite templates to bs4.
    - [=] Rewrite compiler - CDN/NON-CDN exclude to assets.part/assets.cdn.part.
2020-06-08 12:12:14 +02:00
Marco Dickert
f4dafb3215 Fix broken Dockerfile and docker-startup.sh for correct user and group usage
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-01-14 10:50:12 +01:00
Marco Dickert
af9921f4fb Fixed broken Dockerfile and docker-startup.sh
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-01-13 18:31:26 +01:00
Marco Dickert
f69a7eed4b Completely new Dockerfile, add ability for different users (#121)
Signed-off-by: Marco Dickert <marco@misterunknown.de>
2020-01-13 16:53:03 +01:00
Tuschl
541a3b44fc Add missing php openssl module
The 'file' remote upload variant requires the php openssl module for
https support. Adding the corresponding alpine package.
2017-07-27 12:30:49 +02:00
Tuschl
eb64b453e9 Add php phar module for extended archive support
The support for additional archive formats introduced with #44 requires
the php phar module.

Therefore adding the corresponding alpine package to the docker image.
2017-07-27 12:05:34 +02:00
Tuschl
6e645aaced Minor whitespace, format and naming adjustments 2017-07-26 09:09:56 +02:00
Tuschl
b6372dcf17 Support changing ifm configuration via docker env vars 2017-07-26 09:06:56 +02:00
Tuschl
1b37528e32 Adjust apache uid and gid
The alpine packages now use the username apache instead of www-data, so
we're adjusting to this.

Also, since we want to use this image with the stock php-apache images,
which uses uid and gid 33 (since it's debian based), we also adjust
things accordingly.

NOTE: At a later point this should be solved with a build or environment
      variable.
2017-07-25 21:09:42 +02:00
Tuschl
b27eb41a03 Move docker files to toplevel
DockerHub automated builds stubbornly refuse to see the files inside the
docker dir. Moving them top level to play nice :-/
2017-07-25 19:26:16 +02:00