misp-docker/web
Coleman Kane 46b2cc37bd Fix bug in patching the MISP.baseurl from environment
The web/run.sh script was using a sed command that had two defects,
preventing the MISP_BASEURL environment from setting the MISP.baseurl
in config.php:
 - pattern used '/' as boundaries, making it incompatible with a baseurl
   containing that character
 - pattern assumed 1 space between 'baseurl' and '=>', but the
   config.php has multiple whitespace/tabs, so broadened the pattern to
   support any arbitrary length whitespace there

Signed-off-by: Coleman Kane <ckane@colemankane.org>
2021-03-06 13:10:36 -05:00
..
Dockerfile Fixate to misp-modules 2.4.134 2020-12-04 14:35:54 +01:00
healthcheck.patch Add a healthcheck endpoint: /healthcheck returns status 200, 'ok' payload. 2020-01-28 11:22:06 -08:00
run.sh Fix bug in patching the MISP.baseurl from environment 2021-03-06 13:10:36 -05:00