Commit Graph

65 Commits

Author SHA1 Message Date
e503826012 Add the ability to set a proxy for outgoing requests - Closes #252 2023-12-13 17:15:26 +01:00
9d5d2705e4 Update comments for env vars related to SSO 2023-12-09 17:35:34 +01:00
54f9a5de15 Update MAIL_VERIFY_SSL_PEER comment & Add it where missing 2023-12-05 17:26:34 +01:00
c0442a66c5 Merge pull request #248 from rouilj/patch-3
Update Dockerfile - remove MAIL_FROM
2023-12-05 17:06:42 +01:00
d56ab62008 Update Dockerfile - remove MAIL_FROM 2023-11-23 09:36:48 -05:00
aa32575d22 Rename MIX_ env vars 2023-11-21 13:45:46 +01:00
7fe9d1a32c Add pgsql pdo to dockerfile (#242)
* Add pgsql pdo to dockerfile

* Address code review
2023-11-21 13:02:38 +01:00
82e0e90c79 Make the APP_URL comment more specific and restrictive 2023-08-25 13:49:52 +02:00
d4d1eb5276 Add MySQL PHP extension for the Docker image to be ready to use MySQL - Complete #193 2023-06-03 18:37:18 +02:00
c9de3674ba Update Alpine to 3.17 to fix missing PHP cli 2023-04-15 21:20:29 +02:00
4acdc176a3 Fix PHP paths 2023-04-15 10:33:54 +02:00
76346123c9 Fix typo in PHP versions 2023-04-15 10:19:58 +02:00
e14bbe78c8 Fix missed php update in Dockerfile 2023-04-15 10:11:53 +02:00
243cf4da13 Update to PHP8.1 in Dockerfile - Fix #174 2023-04-15 10:09:00 +02:00
ad8db3ae3b Drop PHP 8.0 support & Fix unique validation rules 2023-03-25 12:26:01 +01:00
140cc70cef Make Login & API throttling editable using the .env file - Close #163 2023-03-17 11:08:03 +01:00
39b9e25435 Fix PHP version and remove useless extensions installation 2022-07-25 15:57:41 +02:00
8e2617cc7d Reinstate composer.lock - Fixes #89 2022-07-25 14:51:44 +02:00
fa1610505e Fix PHP version in Dockerfile 2022-07-25 11:17:34 +02:00
98f5aa082b Fix PHP version in Dockerfile 2022-07-25 10:45:33 +02:00
2066ef93f9 Drop PHP 7.4 support, default to PHP8.0 2022-07-22 16:28:11 +02:00
d88e477496 Fix .env var name 2022-07-21 15:45:10 +02:00
74ee0cfecb Restore session-lifetime default duration 2022-07-18 14:30:09 +02:00
990fca3912 Fix #57 - NGINX tmp permission issue & reorganize Dockerfile content 2022-05-20 14:37:28 +02:00
3676c5b344 Add PROXY_LOGOUT_URL to config files 2022-05-17 00:16:59 +02:00
ac9e705455 Set empty env var with null 2022-05-10 15:34:51 +02:00
ca5f15d462 Fix missing auth guard in Docker setup 2022-05-10 12:52:05 +02:00
3923ada6a0 Fix Docker test setup 2022-05-10 01:13:54 +02:00
54fcfce351 Add missing PHP ext to Docker setup 2022-05-09 23:50:36 +02:00
9ddee2c539 Restore composer.json copy in Dockerfile 2022-05-09 22:20:20 +02:00
1196a1413e Remove composer.lock from Docker setup 2022-05-09 22:17:46 +02:00
bf495f9019 Add trusted proxies as an env var 2022-04-14 11:34:40 +02:00
d21c32ffcd Merge pull request #63 from qdm12/docker-fix
Fix Docker build
2022-04-05 08:40:34 +02:00
0717920dba Update ENV vars in Docker related files 2022-03-31 11:24:02 +02:00
26b5a74d59 Drop PHP7.3 support 2022-03-31 11:24:01 +02:00
e853919de2 Fix Docker build 2022-03-09 07:04:58 -05:00
45219c3100 Fix #50 - Email password reset does not work 2022-02-10 12:35:19 +01:00
89aa4d0173 Fix typo in PHP extensions 2022-02-10 11:59:40 +01:00
9491878952 Add missing PHP extensions 2022-02-10 11:51:54 +01:00
4f623dd85e fix(docker): add php7-cli 2021-12-04 13:40:07 +01:00
0fbc76abd0 Fix missing PHP extension (#44) 2021-09-09 11:23:09 +02:00
78ba73f34b Change to Alpine for x2 smaller image 2021-08-04 11:03:28 -04:00
474331361e Log out version, commit and build date at start 2021-08-04 10:19:24 -04:00
de7a3cae83 UID and GID as build arguments
- Defaults to 1000:1000 instead of www-data
- Update docker readme
2021-08-04 10:16:39 -04:00
08af4ef670 Remove ignored directives from php-fpm pool config 2021-08-04 10:10:23 -04:00
c24f5b2708 Remove support for mysql 2021-08-04 09:35:55 -04:00
482e97e2c1 Migrate if installed commit differs from program commit 2021-08-03 09:31:59 -04:00
46b99fe2ea Add opencontainers labels 2021-08-03 09:24:33 -04:00
e9a517fde8 Add test stage 2021-08-02 21:25:42 -04:00
16225e441d Pin PHP version to 7.3-buster 2021-08-02 21:19:44 -04:00