Commit Graph

15 Commits (604b45ee264da5e9bffd0c1a9909aaaac61993ed)

Author SHA1 Message Date
Jeremy Huntwork 604b45ee26
Merge 99eb71a4cd into 7120aef33c 2025-01-16 15:09:16 -03:00
m5050 abec006996
Add "PHP_MAX_FILE_UPLOADS" and "NGINX_CLIENT_MAX_BODY_SIZE" environment variables (#207) 2025-01-12 10:53:57 +00:00
Jeremy Huntwork 99eb71a4cd Some additional fixes/changes
- Let the php container run the inet supervisord for the bg workers
  still
- Properly configure the cron container to exec cron
- Add configuration to optionally change the sock file location for
  php-fpm, allows us to specify a shared file between containers in a
  pod
- make new entrypoint files executable
- Set the php config value for `session.cookie_domain` so that it
  doesn't use the default of ''. When empty it falls back to the
  hostname which will be different per pod, meaning that each pod will
  handle session requests separately, which breaks things like OIDC.
2025-01-08 17:54:41 +00:00
Steve Juergens b1dd1a81af Initial configuration to split configuration to containers 2025-01-08 10:03:29 -05:00
Guilherme Capilé 9381b463d0
FIX: Adjust php-fpm pool: enable the increase of maximum number of processes #190 (#191) 2024-12-06 14:30:32 +00:00
Stefano Ortolani 3855224c7c Allow special character inside redis password 2024-10-28 11:37:17 +00:00
Stefano Ortolani a5fd58ab25 Release MISP 2.5 and PHP 8.2 2024-10-04 13:58:20 +01:00
Stefano Ortolani 57ce60ab66 Fix race conditions and typos 2024-08-25 13:44:18 +01:00
Stefano Ortolani e131f85e55 Bump modules plus many other changes 2024-08-24 13:50:19 +01:00
Stefano Ortolani 02f81b886e Allow more redis options to be configured 2024-08-20 22:30:28 +01:00
Stefano Ortolani 3fbf7bff00 Fix default value (again) 2024-08-20 20:12:00 +01:00
Stefano Ortolani 8197b9b1d0
Add password to redis (#107) 2024-08-13 14:23:45 +01:00
marjatech b085e2b90c
set php parameters sid_length and use_strict_mode (#97)
these shall be set to 
sid_length > 32
use_strict_mode = 1

Otherwise even MISP will complain about this in the Diagnostics
2024-07-18 15:36:20 +01:00
Christian Morales Guerrero b8d722a86b
Allow Redis over TLS (#49) 2024-04-22 09:20:59 +01:00
Stefano Ortolani a861906dcf Finalize package split 2023-12-07 22:25:21 +00:00