Commit Graph

103 Commits

Author SHA1 Message Date
Jason Kendall
1ab5ba2f21 Bump MISP Core version 2020-02-27 16:18:15 -05:00
Jason Kendall
458ddd125d Split Core and Modules version args - fixes #36 2020-02-27 16:15:22 -05:00
Jason Kendall
c57f2669ec ENV to disable port 80 redirect - fixes #34 2020-02-27 15:28:21 -05:00
Jason Kendall
2b31e5f50b Add gitter badge 2020-02-27 09:49:29 -05:00
Jason Kendall
690094e6ed Seperate misp configs per port 2020-02-25 09:24:17 -05:00
Jason Kendall
89caffc58e Fix #31 auto-generating SSL certs 2020-02-24 21:09:08 -05:00
Jason Kendall
33d55638f9 Fix docker image location 2020-02-24 20:23:37 -05:00
Jason Kendall
e9614b253b Add procps for ps and kill 2020-02-24 20:14:47 -05:00
Jason Kendall
c25d73b617 Add faup to modules see #26 and #30 2020-02-24 20:14:24 -05:00
Jason Kendall
72881df281
Merge pull request #29 from seanthegeek/patch-1
Remove dhparams.pem and chain.pem check
2020-02-24 19:35:39 -05:00
Sean Whalen
8d928399e1
Update entrypoint_nginx.sh 2020-02-24 19:25:58 -05:00
Jason Kendall
7b58b3535e pre-slash the directories 2020-02-24 13:42:38 -05:00
Jason Kendall
e7ab8db479 .gitignore broken, didn't actually add this file 2020-02-24 13:36:42 -05:00
Jason Kendall
3902256c9c Move php config to a fpm entrypoint 2020-02-24 13:31:37 -05:00
Sean Whalen
19a634763d
Remove dhparams.pem and chain.pem check
These files are not needed with the new nginx config
2020-02-24 13:17:07 -05:00
Jason Kendall
555b8e4c64
Merge pull request #25 from seanthegeek/patch-2
Improve security and privacy in nginx config
2020-02-24 13:07:11 -05:00
Sean Whalen
a8b43368b9
Write nginx errors to /dev/stderr 2020-02-24 13:05:07 -05:00
Sean Whalen
8198a6eded
Revert log file linking 2020-02-24 13:02:24 -05:00
Jason Kendall
51b0c11c23
Merge pull request #24 from seanthegeek/patch-1
Add server-configs/email.php to .gitignore
2020-02-24 13:02:18 -05:00
Sean Whalen
ef68290dc5
fix typo in .gitignore 2020-02-24 12:56:28 -05:00
Jason Kendall
5bb6cdb725
Merge pull request #27 from seanthegeek/patch-4
Update README.md to reflect change to nginx
2020-02-24 12:35:37 -05:00
Sean Whalen
11cf384ffa
Update README.md 2020-02-24 12:11:32 -05:00
Sean Whalen
3f6aa420a9
Update README.md to reflect change to nginx 2020-02-24 12:06:09 -05:00
Sean Whalen
e1af198d4c
Forward nginx request and error logs to docker 2020-02-23 22:10:58 -05:00
Sean Whalen
07cbd8b84f
Improve security and privacy in nginx config
- Use modern protocols (TLSv1.3 and HTTTP2)
- Enable browser XSS prevention
- Disable `Referrer` headers (prevent information leaks)
- Prohibit search engine crawling
- Disable access logs
2020-02-23 14:59:26 -05:00
Sean Whalen
8bccc6c4a9
Add server-configs/mail.php to .gitignore 2020-02-23 14:37:29 -05:00
Jason Kendall
acff110ad5 Move to new docker repo because their search sucks 2020-02-21 16:34:21 -05:00
Jason Kendall
8a37160fc3 Move full MISP branch to MISP_TAG arg 2020-02-21 10:30:15 -05:00
Jason Kendall
674dd65739 Remove more apache stuff 2020-02-21 10:15:05 -05:00
Jason Kendall
0a3a46ad63 Work arround MISP/issues/5608 2020-02-21 10:14:43 -05:00
Jason Kendall
9dd2fb11d8 Pull latest images before build 2020-02-21 10:05:42 -05:00
Jason Kendall
4a7314d82b
Merge pull request #22 from coolacid/nginx
Make nginx the master
2020-02-21 10:02:39 -05:00
Jason Kendall
d1a95be518 add missing nginx misp config file 2020-02-19 20:37:14 -05:00
Jason Kendall
b5f20b951d First stab at nginx 2020-02-19 20:21:49 -05:00
Jason Kendall
1a149d9297 Add some notes to the read me on how I dev using the containers 2020-02-19 11:03:39 -05:00
Jason Kendall
d1ee246e25 Add more sane defaults 2020-02-19 10:57:02 -05:00
Jason Kendall
b8a8c6454e prevent globbing on the variable 2020-02-19 09:38:41 -05:00
Jason Kendall
e8ae81b65c Set Redis FQDN in misp 2020-02-19 09:30:43 -05:00
Jason Kendall
1c80986c66 Add ssdeep extension ini files 2020-02-19 09:26:42 -05:00
Jason Kendall
7998d3e368 Bump to version 2.4.121 2020-02-12 15:49:11 -05:00
Jason Kendall
451a26dfb1 Fix post_hook tagging 2020-02-12 11:06:21 -05:00
Jason Kendall
bc6c21e4a7 Add SMTP server and configs 2020-02-12 11:01:14 -05:00
Jason Kendall
5a28107595 Some code style fixes 2020-02-12 09:37:23 -05:00
Jason Kendall
3b28ac6833 Some markdown-style fixes 2020-02-12 09:27:48 -05:00
Jason Kendall
6ca3409dd2 Some markdown-style fixes 2020-02-12 09:23:47 -05:00
Jason Kendall
fff90b1f87 Some markdown-style fixes 2020-02-12 09:18:32 -05:00
Jason Kendall
978e1d2828 Add post_push docker hook, fixes #8 2020-02-12 09:03:47 -05:00
Jason Kendall
8dcfb9744d Define which python3 to use, fixes #10 2020-02-12 08:55:16 -05:00
Jason Kendall
eeeec0264a Use globs fixes #11 2020-02-12 08:51:41 -05:00
Jason Kendall
693fae2892 Specify composer version, fixes #12 2020-02-12 08:47:01 -05:00