Commit Graph

75 Commits

Author SHA1 Message Date
rj-dds
e9af1addcb
Add php-redis 2024-09-29 03:46:58 -04:00
Bubka
243313bda0 Drop PHP8.1 support 2024-05-15 09:10:47 +02:00
Bubka
8734e9c807 Add Timezone setting/pref & Update tests accordingly 2024-04-25 16:56:35 +02:00
Bubka
e498350f62 Complete merge with refactoring for better integration 2024-04-24 09:33:45 +02:00
Bubka
be229d9746 Update Laravel mailer config & var 2024-04-08 16:16:27 +02:00
Bubka
ca903b6fc0 Upgrade to laragear/webauthn v2 - Fixes #255 2024-03-29 09:21:00 +01:00
Bubka
c0d4f58680 Quick fix: Increase PHP memory limit to let Docker tests pass 2024-03-16 11:28:20 +01:00
Bubka
406f0095ea Default ASSET_URL to APP_URL - Fixes #284 2024-02-19 13:38:38 +01:00
Bubka
98f711800d Add ASSET_URL to env vars to prevent mixed content/blank page
Fixes #256, Resolves #275
2024-01-17 10:38:58 +01:00
Bubka
d2427364a5 Update available log channels in .env comments - Resolves #279 2024-01-17 08:56:44 +01:00
Bubka
e503826012 Add the ability to set a proxy for outgoing requests - Closes #252 2023-12-13 17:15:26 +01:00
Bubka
9d5d2705e4 Update comments for env vars related to SSO 2023-12-09 17:35:34 +01:00
Bubka
54f9a5de15 Update MAIL_VERIFY_SSL_PEER comment & Add it where missing 2023-12-05 17:26:34 +01:00
Bubka
c0442a66c5
Merge pull request #248 from rouilj/patch-3
Update Dockerfile - remove MAIL_FROM
2023-12-05 17:06:42 +01:00
John P. Rouillard
d56ab62008
Update Dockerfile - remove MAIL_FROM 2023-11-23 09:36:48 -05:00
Bubka
aa32575d22 Rename MIX_ env vars 2023-11-21 13:45:46 +01:00
Stavros Kois
7fe9d1a32c
Add pgsql pdo to dockerfile (#242)
* Add pgsql pdo to dockerfile

* Address code review
2023-11-21 13:02:38 +01:00
Bubka
82e0e90c79 Make the APP_URL comment more specific and restrictive 2023-08-25 13:49:52 +02:00
Bubka
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
Bubka
c9de3674ba Update Alpine to 3.17 to fix missing PHP cli 2023-04-15 21:20:29 +02:00
Bubka
4acdc176a3 Fix PHP paths 2023-04-15 10:33:54 +02:00
Bubka
76346123c9 Fix typo in PHP versions 2023-04-15 10:19:58 +02:00
Bubka
e14bbe78c8 Fix missed php update in Dockerfile 2023-04-15 10:11:53 +02:00
Bubka
243cf4da13 Update to PHP8.1 in Dockerfile - Fix #174 2023-04-15 10:09:00 +02:00
Bubka
ad8db3ae3b Drop PHP 8.0 support & Fix unique validation rules 2023-03-25 12:26:01 +01:00
Bubka
140cc70cef Make Login & API throttling editable using the .env file - Close #163 2023-03-17 11:08:03 +01:00
Bubka
39b9e25435 Fix PHP version and remove useless extensions installation 2022-07-25 15:57:41 +02:00
Bubka
8e2617cc7d Reinstate composer.lock - Fixes #89 2022-07-25 14:51:44 +02:00
Bubka
fa1610505e Fix PHP version in Dockerfile 2022-07-25 11:17:34 +02:00
Bubka
98f5aa082b Fix PHP version in Dockerfile 2022-07-25 10:45:33 +02:00
Bubka
2066ef93f9 Drop PHP 7.4 support, default to PHP8.0 2022-07-22 16:28:11 +02:00
Bubka
d88e477496 Fix .env var name 2022-07-21 15:45:10 +02:00
Bubka
74ee0cfecb Restore session-lifetime default duration 2022-07-18 14:30:09 +02:00
Bubka
990fca3912 Fix #57 - NGINX tmp permission issue & reorganize Dockerfile content 2022-05-20 14:37:28 +02:00
Bubka
3676c5b344 Add PROXY_LOGOUT_URL to config files 2022-05-17 00:16:59 +02:00
Bubka
ac9e705455 Set empty env var with null 2022-05-10 15:34:51 +02:00
Bubka
ca5f15d462 Fix missing auth guard in Docker setup 2022-05-10 12:52:05 +02:00
Bubka
3923ada6a0 Fix Docker test setup 2022-05-10 01:13:54 +02:00
Bubka
54fcfce351 Add missing PHP ext to Docker setup 2022-05-09 23:50:36 +02:00
Bubka
9ddee2c539 Restore composer.json copy in Dockerfile 2022-05-09 22:20:20 +02:00
Bubka
1196a1413e Remove composer.lock from Docker setup 2022-05-09 22:17:46 +02:00
Bubka
bf495f9019 Add trusted proxies as an env var 2022-04-14 11:34:40 +02:00
Bubka
d21c32ffcd
Merge pull request #63 from qdm12/docker-fix
Fix Docker build
2022-04-05 08:40:34 +02:00
Bubka
0717920dba Update ENV vars in Docker related files 2022-03-31 11:24:02 +02:00
Bubka
26b5a74d59 Drop PHP7.3 support 2022-03-31 11:24:01 +02:00
Quentin McGaw
e853919de2 Fix Docker build 2022-03-09 07:04:58 -05:00
Bubka
45219c3100
Fix #50 - Email password reset does not work 2022-02-10 12:35:19 +01:00
Bubka
89aa4d0173
Fix typo in PHP extensions 2022-02-10 11:59:40 +01:00
Bubka
9491878952
Add missing PHP extensions 2022-02-10 11:51:54 +01:00
Quentin McGaw
4f623dd85e
fix(docker): add php7-cli 2021-12-04 13:40:07 +01:00