Commit Graph

55 Commits

Author SHA1 Message Date
Diego Lendoiro e83ea269ae
Changed: initial revamp with passbolt debian package 2020-07-09 15:07:39 +02:00
Diego Lendoiro ee640cf663
Changed: Make supervisord pid 1 2019-08-05 15:24:24 +02:00
Diego Lendoiro eea638b1ae install task already checks for tables, removing tables check added
testcase for non env vars usage. Fixes #97
2019-03-06 13:19:57 +01:00
Diego Lendoiro dc89655df7 Added entropy check and informative message. Fixes #121 2019-02-12 13:15:05 +01:00
Diego Lendoiro 9eed847ce2 removed force flag from install task 2018-06-14 18:14:18 +02:00
Diego Lendoiro 83db1d7fb0 use declare instead of printenv for safe env var export. Fixes #105 2018-06-14 17:33:46 +02:00
Diego Lendoiro 64f291d8f9 use passbolt task to run migrations 2018-04-17 12:01:48 +02:00
Diego Lendoiro 5b52c86724 if container is restarted dont add new cronjobs. Fixes #98 2018-04-16 14:37:31 +02:00
Diego Lendoiro be1716a0e1 romved useless gpg gen key line 2018-03-08 11:54:50 +01:00
Diego Lendoiro 495a490677 dont need to preserve environment here 2018-02-28 18:07:55 +01:00
Diego Lendoiro 1e94139304 inmed exit on pipe failures 2018-02-28 17:52:08 +01:00
Diego Lendoiro 6fa7bfd609 stick to bash 2018-02-28 17:48:52 +01:00
Diego Lendoiro a0f1d0b6e6 image size reduction, better cronjobs, better tests, better logs 2018-02-28 17:45:06 +01:00
Diego Lendoiro d3c3edead2 multiple changes to make debian compliant container 2018-02-27 10:38:50 +01:00
Diego Lendoiro 7a17ef2a80 check for file existence 2018-01-16 17:10:02 +01:00
Diego Lendoiro aaf8be3d1e allow users to override PASSBOLT_GPG_SERVER_KEY_FINGERPRINT 2018-01-15 16:46:08 +01:00
Diego Lendoiro 3f60a0fc79 database env var checks disabled 2018-01-15 16:35:31 +01:00
Diego Lendoiro 3b12c27757 multiple shellcheck fixes 2018-01-12 11:56:35 +01:00
Diego Lendoiro 06dbbd8498 removed path declarations 2018-01-12 11:18:12 +01:00
Diego Lendoiro 7547032ce7 initial runtime test passing 2018-01-11 18:08:49 +01:00
Diego Lendoiro 768f69889b initial Dockerfile tests 2018-01-11 10:02:45 +01:00
Diego Lendoiro e64319dbbb base checks on conf and filesystem passing 2018-01-08 09:53:52 +01:00
Diego Lendoiro 389b957f2f removed references to core and email 2018-01-04 22:28:36 +01:00
Diego Lendoiro 01a94297e6 initial clean up and shellcheck fixes 2018-01-04 22:25:28 +01:00
Cédric Alfonsi 4c3c18551b PHP7 Dev 2017-10-17 18:20:56 +02:00
Diego Lendoiro bcc9901b86 gets the correct port from database.php. Fixes #43 2017-08-16 17:53:28 +01:00
Diego Lendoiro 765683bf8f Looks for the correct default pattern. fixes #50 2017-08-16 12:50:39 +01:00
Diego Lendoiro 069a0ac200 added support for non standard database ports using DB_PORT 2017-08-16 12:45:57 +01:00
Pierre Gordon 09e972eef9 Update docker-entrypoint.sh
Remove quotes from 'EMAIL_TLS' option
2017-08-14 09:27:16 -05:00
Diego Lendoiro 746c28c84f better defaults for dummy domain example.com -> passbolt.local 2017-07-31 11:51:39 +01:00
Diego Lendoiro b4574ed488 Merge branch 'master' into develop 2017-07-31 11:10:48 +01:00
Robin Parker f33c90b280 make it compliant to ENV-VARS convention
Make it compliant to convention, so that all env-vars should be uppercased.

REQUIRED for use with PLESK Hosting Panel (e.g.).
2017-07-28 01:07:44 +02:00
Diego Lendoiro 1bff5a9675 Merge branch 'develop' of git://github.com/kyoda/passbolt_docker into kyoda-develop 2017-07-26 11:57:30 +01:00
Shigehisa KYODA 263e87f683 added registration env support 2017-07-26 11:52:52 +09:00
Luk Burchard 3201b4eb1e Only check for links and normal files 2017-07-06 22:51:09 +02:00
Luk Burchard e48fc61061 Allow Config files to be symbolic links
The `-f` operator checks if a files exists and i must not be a symlink, however this creates problems when using tool like Kubernetes.
When using the `-e` option it will be checked if the file exist regardless of it's type.
2017-07-06 16:41:05 +02:00
Diego Lendoiro 2f16af99fd Merge pull request #20 from thperret/master
Allow no db environment variable setting
2017-06-29 16:26:25 +02:00
Thomas Perret 48c4f354e0 Fix bad variable name 2017-06-29 16:16:06 +02:00
Diego Lendoiro d046022544 added tls support 2017-06-28 17:04:46 +02:00
Diego Lendoiro 2cd079cd11 variable name corrected 2017-06-28 16:37:21 +02:00
Diego Lendoiro 50b7fa3347 email_transport typo and updated README. Fixes #24 2017-06-28 16:32:50 +02:00
Diego Lendoiro 3fbf44fc0c fullbaseurl configuration param fixed. 2017-06-28 16:30:55 +02:00
Diego Lendoiro b566f4fed4 set the protocol, https unless ssl env var declared false 2017-06-28 16:11:47 +02:00
Diego Lendoiro 7a154fd965 useless local variable 2017-06-28 16:03:18 +02:00
Diego Lendoiro 9d5a39213d remove app baseurl comment 2017-06-24 21:16:41 +02:00
Thomas Perret 3260d431cd Allow no db environment variable setting 2017-06-20 16:26:05 +02:00
Diego Lendoiro 7c8fb476af PASSBOLT-2141 Finished email setup making the EmailQueue.sender to be less verbose. 2017-06-16 14:21:55 +01:00
Diego Lendoiro 6c4ba53053 added cron job function and log email job to stdout 2017-06-16 12:13:17 +01:00
Diego Lendoiro 033665c06d email fixed, missing cronjobs 2017-06-15 18:32:51 +01:00
Diego Lendoiro a618645950 Added check for already existent gpg keys. Fixes #12 2017-06-01 13:16:50 +02:00