Commit Graph

224 Commits (a9fbd035bfa66e91840a929fe44eeeb679dc76cc)

Author SHA1 Message Date
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
Steven 3f9e97df67 Remove syslog-ng 2021-03-05 21:18:27 +01:00
Steven 2424c78064 Add wget again 2021-03-05 21:08:01 +01:00
Steven abe96aea88 Add installer for supervisor 2021-03-05 20:58:54 +01:00
Steven 4505c84d5f Download wget, remove tty from script 2021-03-05 20:33:45 +01:00
Steven e97aaec488 replace sh with ./ 2021-03-05 20:15:45 +01:00
Steven b5ea503953 Modified Dockerfile 2021-03-05 20:04:25 +01:00
Steven acd9e759c7 Changes shasums 2021-03-05 20:02:59 +01:00
Steven 32d272ed09 Add checksums 2021-03-05 19:59:49 +01:00
Steven d72beb2360 Change order for copy 2021-03-05 17:39:03 +01:00
Steven 5b9a9509e8 Change location of script 2021-03-05 17:28:46 +01:00
Steven 0300a79c37 Chown install script and change user 2021-03-05 16:42:03 +01:00
Steven 48d6c137ef Fix typo 2021-03-05 16:19:25 +01:00
Steven 680b09b196 Copy install script 2021-03-05 15:59:31 +01:00
Steven fcdafb8261 - Put locale gen installer higher 2021-03-05 15:40:49 +01:00
Steven 766104d19f Fix locales 2021-03-05 15:34:37 +01:00
Steven 1e2f18f2c1 Add installer script without installing database in the container 2021-03-05 15:29:58 +01:00
Steven c0a8a63d99 Add dependencies 2021-03-05 13:49:30 +01:00
Steven 0eae386907 Change php version to 7.4 2021-03-05 12:42:12 +01:00
Steven 66cc82e2a6 Upgrade to Ubuntu 20.4 LTS 2021-03-05 12:24:49 +01:00
Steven 5997549d38 Fix file structure 2021-03-04 21:26:14 +01:00
Steven bd221141d6 Added k8s config 2021-03-03 13:28:40 +01:00
Steven eb0468812d Checkout master instead of specific branch 2021-03-03 10:23:17 +01:00
Body4 927d9ff043
Update run.sh 2020-12-04 22:22:00 +01:00
Alexandre Dulaunoy f85912450a
Merge pull request #99 from cudeso/master
Fixate to misp-modules 2.4.134
2020-12-04 20:23:02 +01:00
Koen Van Impe 65b2930943 Create certificates for nginx 2020-12-04 18:13:45 +01:00
Koen Van Impe 9e6844ba29 Fixate to misp-modules 2.4.134
Avoid running into https://github.com/MISP/misp-modules/issues/453 ; which blocks deployment of Docker container.
2020-12-04 14:35:54 +01:00
Alexandre Dulaunoy fe086412b3
Merge pull request #97 from itzdan/patch-1
Update Dockerfile
2020-11-22 08:38:23 +01:00
itzdan f06bd47cd8
Update Dockerfile
Added fixes to py dependencies
2020-11-22 12:03:05 +11:00
Alexandre Dulaunoy 33791f72b4
Merge pull request #95 from helinko/fix-nginx-conf
Fix nginx config
2020-11-16 08:52:00 +01:00
Risto Helinko adba998972 Rename proxy container to prevent clashes 2020-11-09 19:39:02 +02:00
Risto Helinko b086a7a40d Remove default block from nginx config 2020-11-09 19:38:54 +02:00
Risto Helinko 580ec9f6d3 Explicit redirect to https instead of rewrite rule 2020-11-09 19:21:16 +02:00
Risto Helinko fae0b276b3 Bump nginx 1.9->1.18 2020-11-09 19:21:10 +02:00
Risto Helinko 1c92f43fd2 Use port 443 instead of 4443 2020-11-09 19:21:03 +02:00
Risto Helinko d48d0b8c47 Add certs to .gitignore 2020-11-09 19:20:35 +02:00
Alexandre Dulaunoy 9038d50eda
Merge pull request #93 from stevengoossensB/revert-79-master
Revert "Create the database"
2020-11-09 10:45:49 +01:00
Steven Goossens 4a694a36d9
Merge branch 'patch-1' into revert-79-master 2020-11-09 09:21:51 +01:00
Steven Goossens 6fb99b2a4d
Update default.conf
Changed redirect from misp_web to web
2020-11-04 16:54:27 +01:00
Steven Goossens 813137488c
Update run.sh
sed inline replace should end with /g
2020-11-04 15:34:58 +01:00
Steven Goossens 6881936464
Update web/Dockerfile to upgrade pip
pip has an old version, which makes that the installation fails.

Co-authored-by: Risto Helinko <risto@helinko.com>
2020-10-29 09:09:24 +01:00
Steven Goossens 2b4719806f
Revert "Create the database" 2020-10-21 13:47:56 +02:00
Steven Goossens f8f920c985
Update script to run 2020-07-30 22:42:15 +02:00
Alexandre Dulaunoy 14fbecf1c9
Merge pull request #86 from jscoupreman/master
Fix matching misp_web container name
2020-07-08 11:51:06 +02:00
Alexandre Dulaunoy ea5f3cc705
Merge pull request #79 from stevengoossensB/master
Create the database
2020-07-08 11:50:40 +02:00
Steven Goossens 8757f061e2
Expose port 443 2020-07-08 11:37:23 +02:00
Steven Goossens d7215e65e3
Update run.sh to work with all-in-one MISP 2020-07-08 11:35:53 +02:00
Steven Goossens 14d6209040
Make sure to only replace the right checkInstaller 2020-07-08 11:17:05 +02:00
Steven Goossens 352ed8db01
Remove check installer 2020-07-07 15:57:07 +02:00
Steven Goossens 932a164ddf
Apt install sudo 2020-07-07 15:37:45 +02:00