misp-docker
misp-docker copied to clipboard
A production ready Dockered MISP
Just wondering if i want to install shibd service in misp core? How would i achieve this? Is it possible to add this to misp core container to support user...
EOM
https://github.com/MISP/misp-docker/blob/master/core/files/configure_misp.sh#L264 I suspect this is forced off so that if the Action_services_url is incorrect, MISP doesn't drop its lunch. However, it doesn't seem to cause an issue if set to...
Hi, I have been using MISP a lot and i used to building my own MISP docker image from the sources but now I'm very happy to use the new...
This is similar to #57, but for other configurations. Many configurations under Server Settings & Maintenance are marked "[CLI only]" in their descriptions. These cannot be changed via the UI....
Configurations are lost if MISP containers are recreated after an update or modification. Due to this, too many things need to be re-configured after updating a running system. The MISP...
There seems to be no way to instantiate a misp-core container with debug mode enabled. While it is possible to enable debug mode through the UI, it may not always...
This code change allows for 2 new optional env variables REDIS_PASSWORD and ZMQ_ENABLE. Current deployments without these variables aren't affected.
As requested, a documentation update for the issue we ran into with misp-docker on ubuntu 20.04 + docker 25.0.4. Any feedback is welcome :)
We currently are evaluating the misp-{docker,modules} v2.4.186 containers to replace our existing misp installation (based on the coolacid containers), and we are running into an issue with the workers. #...