devilbox

A modern Docker LAMP stack and MEAN stack for local development

MIT License

Stars
4.3K
Committers
73

Bot releases are hidden (Show)

devilbox - Devilbox Release v1.8.3

Published by cytopia almost 4 years ago

Release v1.8.3 (2020-11-22)

Fixed

  • #753 Fixed symlink handling in watcherd
  • #751 Fixed duplicate output in check-config.sh

Added

  • #755 Added ~/.composer/vendor/bin to $PATH
  • #692 Added custom supervisor configs
  • Added project and customization checks in check-config.sh
  • Intranet: show custom PHP configuration files
  • Intranet: show custom Httpd configuration files

Intranet Preview

Screenshot 2020-11-22 10-57-44  selection

Screenshot 2020-11-22 11-52-06  selection

devilbox - Devilbox Release v1.8.2

Published by cytopia almost 4 years ago

Release v1.8.2 (2020-11-14)

Fixed

  • #643 Wrong entrypoint in mysql images
  • #703 Don't fail on uid/gid change
  • #749 Fix to disable PHP modules without *.so ext
  • Fixed check-config.sh to properly expand ~ character in path

Added

  • #707 New .env variable: HOST_PATH_BACKUPDIR

Changed

  • #547 Added link to official Contao Devilbox Documentation
devilbox - Devilbox Release v1.8.1

Published by cytopia almost 4 years ago

Release v1.8.1 (2020-11-12)

Fixed

  • Silence PHP warnings in phpmemcached and opcache GUIs
  • #746 Fix xdebug config for PHP 8.0 and 8.1

Added

  • Added check-config.sh script to check against correct Devilbox configuration
devilbox - Devilbox Release v1.8.0

Published by cytopia almost 4 years ago

Release v1.8.0 (2020-11-08)

Fixed

Added

  • #715 PHP module mongodb is re-added to PHP 8.0
  • Added PHP 8.1: https://github.com/devilbox/docker-php-fpm-8.1
  • Added Postgres images: 11.7, 11.8, 11.9, 12.2, 12.3, 12.4, 13.0
  • Added Redis images: 6.0
  • Added Memcache images: 1.6
  • Added MongoDB images: 4.4
  • Added MySQL images: MariaDB 10.5

Changed

  • #736 Composer is updated to v2 (/usr/local/bin/composer)
  • #728 Updated phpPgAdmin from 7.12 to 7.13
  • Updated phpMyAdmin from 5.0.0 to 5.0.4
  • Updated phpMyAdmin from 4.9.3 to 4.9.7
  • Updated Adminer from 4.7.5 to 4.7.7
  • Composer is available as v1 and v2 (/usr/local/bin/composer-1 and /usr/local/bin/composer-2)
  • New default PHP version: 7.4
  • New default MySQL version: MariaDB 10.5
  • New default Postgres version: 12.4
  • New default Redis version: 6.0
  • New default Memcached version 1.6
  • New default MongoDB version: 4.4
devilbox - Devilbox Release v1.7.2

Published by cytopia about 4 years ago

Release v1.7.2 (2020-09-17)

Added

  • #166 Added locale-gen binary
  • #716 Adding vips PHP module
  • #721 Adding xlswriter PHP module
  • #724 Adding xdebug PHP module for PHP 8.0
  • Added COMPOSER_MEMORY_LIMIT=-1 env variable to PHP
devilbox - Devilbox Release v1.7.1

Published by cytopia about 4 years ago

Release v1.7.1 (2020-08-09)

Added

  • #700 Re-added imap for PHP 7.4
  • #611 Adding certbot binary to PHP
  • #713 Added gsfonts
  • #713 Added mupdf and mupdf-tools
  • #714 Added PDF support for imagick

Changed

  • Updated Nginx (stable and mainline)
  • Updated MySQL/MariaDB/PerconaDB images
devilbox - Devilbox Release v1.6.3

Published by cytopia over 4 years ago

Devilbox Bugfix Release v1.6.3 (2020-03-23)

Fixed

  • Fixed PHP FPM images
  • Fixed cert-gen for HAProxy
  • Various spelling errors in documentation
  • PostgreSQL startup without a password

Added

  • #686 Added documentation for ExpressEngine
  • New .env var: PGSQL_HOST_AUTH_METHOD
devilbox - Release v1.6.2

Published by cytopia over 4 years ago

Devilbox Bugfix Release v1.6.2 (2020-02-06)

Added

  • #670 Add phalcon binary to PHP 7.3 and 7.4
  • #664 Add PHP yaml extension
devilbox - Release v1.6.1

Published by cytopia almost 5 years ago

Devilbox Bugfix Release v1.6.1 (2020-01-05)

Fixed

  • #662 Update to latest Symfony CLI
devilbox - Release v1.6.0

Published by cytopia almost 5 years ago

Devilbox Release v1.6.0 (2020-01-04)

Changed

  • #642 Make email catch-all configurable
  • #265 Make SSL vhost settings configurable

Added

  • #615 Add phpmd
  • #378 Allow to mount local .ssh/ directory into PHP container (read-only)
  • New .env variable: HOST_PATH_SSH_DIR
devilbox - Release v1.5.0

Published by cytopia almost 5 years ago

Devilbox Release v1.5.0 (2020-01-03)

Added

  • Fixes #654 Add Opcache Control Panel
  • Refs #643 Refs #653 Integration tests for MySQL
devilbox - Release v1.4.0

Published by cytopia almost 5 years ago

Devilbox Release v1.4.0 (2020-01-02)

Fixed

  • Fixes #618 Update Compose version to 2.3
  • Fixes #614 Update to latest mhsendmail binary with -o flag
  • Fixes #265 Fix http to https redirect for projects

Changed

  • Fixes #642 Be able to disable email catch-all and still run postfix
devilbox - Release v1.3.0

Published by cytopia almost 5 years ago

Devilbox Release v1.3.0 (2019-12-29)

Fixed

  • #626 Cannot create MongoDB database with Adminer

Added

  • latest PHP-FPM images
  • PHP module: solr
  • PHP module: ssh2
  • phpMyAdmin to 5.0.0

Changed

  • Use official PHP 7.4 Docker image as base
  • Updated Adminer to 4.7.5
sed -i'' 's/^<?php$/<?php if(!function_exists("get_magic_quotes_runtime")){function get_magic_quotes_runtime(){return false;}}if(!function_exists("get_magic_quotes_gpc")){function get_magic_quotes_gpc(){return false;}}/g' adminer-4.7.5-en.php
sed -i'' 's/while(list(\$y,\$X)=each(\$qg))/foreach ($qg as $y => $x)/g' adminer-4.7.5-en.php
sed -i'' 's/error_reporting(6135)/error_reporting(0)/g' adminer-4.7.5-en.php
  • Updated phpMyAdmin to 4.9.3
devilbox - Release v1.2.0

Published by cytopia almost 5 years ago

Devilbox Release v1.2.0 (2019-12-01)

Fixed

  • Fixes #622 Certificate Generation Settings
  • Fixes #640 Mac OS Catalina invalidates virtual host certificates
  • Fixes #592 sqlsrv connection problem

Added

  • Added latest PHP-FPM images
  • Added latest MySQL images
  • Added latest Apache/Nginx images

Changed

  • Made PHP 7.3 the default version

Updating

See notes for how to update: https://github.com/cytopia/devilbox/blob/master/UPDATING.md#update-from-v110-to-v120

devilbox - Release v1.1.0

Published by cytopia almost 5 years ago

Devilbox Release v1.1.0 (2019-11-24)

Fixed

  • #644 Fix GD jpeg support missing in PHP 7.4
  • #619 Fix PHP 7.x WebP support with imagick

Added

  • Make Ngrok region configurable via NGROK_REGION env variable
  • #641 Added phpPgAdmin v7 for PHP >=7
  • #594 Tool: ghostscript
  • Extensive GitHub Action CI checks
  • Added new PostgreSQL images
  • Added new MongoDB images

Changed

  • Updated PHP Docker images (PHP version, modules and tools)
devilbox - Release v1.0.2

Published by cytopia over 5 years ago

Devilbox Bugfix Release v1.0.2 (2019-05-21)

This is a bugfix release and everybody is encouraged to upgrade to this tag as soon as possible.
No explicit actions to be taken for updating.

Fixed

  • Fixed various typos in documentation
  • Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
  • Fix mods for PHP 8.0
  • #572 Make npm binaries available in $PATH
  • Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR
  • #583 Allow symlinks in autostart scripts

Added

  • Documentation: Setup ProcessWire
  • Tool: Angular CLI
  • Tool: Laravel Lumen
  • #573 Tool: prestissimo
  • Tool: yq
  • Module: OAuth
  • #580 zlib header files
devilbox - Release v1.0.1

Published by cytopia over 5 years ago

Devilbox Bugfix Release v1.0.1 (2019-03-24)

This is a bugfix release and everybody is encouraged to upgrade to this tag as soon as possible.
No explicit actions to be taken for updating.

Fixed

  • #373 Read custom MySQL configuration
  • #540 Fix '&' password substitution in mysqldump-secure
  • #209 Documentation for Xdebug on Docker for Windows

Changed

  • Updated MongoDB cli tools in PHP image
  • Updated PostgreSQL cli tools in PHP image
  • MySQL images are now bound to a specific Docker tag and are built nightly
  • #506 Documentation improvements for connecting to databases

Added

  • #536 Added @vue/cli and @vue/cli-service-global
devilbox - Release v1.0.0

Published by cytopia over 5 years ago

Devilbox Release v1.0.0 (2019-03-19)

This is the first stable release since Oct 9 2016

Changed

devilbox - Pre-Release v1.0.0-alpha1

Published by cytopia over 5 years ago

Devilbox Pre-Release v1.0.0-alpha1 (2019-03-09)

Changed

  • Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB)
    • This fixes various mount issues on Windows: #175 #382
    • This improves general performance
  • Use Official MySQL, MariaDB and Percona Docker container
Package Rankings
Top 6.75% on Proxy.golang.org
Badges
Extracted from project README
Release Discord Discourse License