misp-docker
misp-docker copied to clipboard
A production ready Dockered MISP
These changes make running in Kubernetes simpler. The main goal here is to split out nginx, php-fpm and crond as separate processes that execute as PID 1 in their own...
Replace bookworm with trixie
For new version in Trixie in #333 , i tried to enhance the build and add some customization to build image with full package or in slim mode so first...
This change lets users of the image define two new envars: **STUNNEL** - Start the stunnel service on container start, via supervisord. `true`: start the service `false`: don't start the...
Requires work since mariadb does not push arm64 images to ghcr just as yet.
Hi ! I am setting up a MISP instance which is sync with another using the `SYNCSERVERS` parameters of the compose file: ``` SYNCSERVERS=1 SYNCSERVERS_1_URL= SYNCSERVERS_1_NAME=Example SYNCSERVERS_1_UUID=00000000-0000-0000-0000-000000000000 SYNCSERVERS_1_KEY= ``` During...
Currently, the `ADMIN_EMAIL` environment variable is used to configure both the administrator (user id=1) email and the email used for sending GPG-signed notifications. This limits flexibility, as there is no...